Add some rudimentary tests for .
[oota-llvm.git] / test / LLVMC / test_data / clang_together.c
1 void f() {
2     printf("Hello Clang world!\n");
3 }