diff options
Diffstat (limited to 'llvm/test/LLVMC/C++/together.cpp')
| -rw-r--r-- | llvm/test/LLVMC/C++/together.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/C++/together.cpp b/llvm/test/LLVMC/C++/together.cpp index e02f69aec8d..925215a4db5 100644 --- a/llvm/test/LLVMC/C++/together.cpp +++ b/llvm/test/LLVMC/C++/together.cpp @@ -1,6 +1,7 @@ // 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(); |

