diff options
Diffstat (limited to 'test/LLVMC/test_data/together.c')
-rw-r--r-- | test/LLVMC/test_data/together.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/LLVMC/test_data/together.c b/test/LLVMC/test_data/together.c new file mode 100644 index 0000000..a828c47 --- /dev/null +++ b/test/LLVMC/test_data/together.c @@ -0,0 +1,5 @@ +#include <stdio.h> + +void test() { + printf("hello\n"); +} |