a828c475779b6796fd71d1f56574aa19805e42e7
[oota-llvm.git] / test / LLVMC / test_data / together.c
1 #include <stdio.h>
2
3 void test() {
4   printf("hello\n");
5 }