Teach InlineFunction how to differentiate between multiple-value
[oota-llvm.git] / test / LLVMC / test_data / together.c
1 /*
2  * RUN: ignore
3  */
4
5 #include <stdio.h>
6
7 void test() {
8   printf("hello\n");
9 }