blob: 7fa0b3b5a6dc138fc91eedfa123de7d7b1ea6289 [file] [log] [blame]
Devang Patel5ad986e2009-10-13 20:56:38 +00001// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002// PR676
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003
4#include <stdio.h>
5
6void test() {
7 printf("Hello World\n");
8}