The Regression directory is now gone.
[oota-llvm.git] / test / CFrontend / 2006-01-13-Includes.c
1 // RUN: %llvmgcc %s -g -S -o - | gccas | llvm-dis | grep "test/CFrontend"
2 // PR676
3
4 #include <stdio.h>
5
6 void test() {
7   printf("Hello World\n");
8 }