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