Test case for r96656.
[oota-llvm.git] / test / FrontendC / 2006-01-13-Includes.c
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 }