1 // RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC} 2 // PR676 3 4 #include <stdio.h> 5 6 void test() { 7 printf("Hello World\n"); 8 } 9