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