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