summaryrefslogtreecommitdiff
path: root/test/LLVMC/together.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/together.cpp')
-rw-r--r--test/LLVMC/together.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/LLVMC/together.cpp b/test/LLVMC/together.cpp
deleted file mode 100644
index b07250e9d0b3e..0000000000000
--- a/test/LLVMC/together.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// Check that we can compile files of different types together.
-// RUN: llvmc %s %p/test_data/together.c -o %t
-// RUN: ./%t | grep hello
-
-extern "C" void test();
-
-int main() {
- test();
-}