First small tests for llvmc2.
[oota-llvm.git] / test / LLVMC / together1.c
1 /*
2  * RUN: ignore
3  */
4
5 #include <stdio.h>
6
7 void test() {
8   printf("hello\n");
9 }