// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC} // PR676 #include void test() { printf("Hello World\n"); }