summaryrefslogtreecommitdiff
path: root/test/LLVMC/test_data/together.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/test_data/together.c')
-rw-r--r--test/LLVMC/test_data/together.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/LLVMC/test_data/together.c b/test/LLVMC/test_data/together.c
deleted file mode 100644
index a828c47577..0000000000
--- a/test/LLVMC/test_data/together.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdio.h>
-
-void test() {
- printf("hello\n");
-}