summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/together.cpp
blob: 62ff821154de16464fde2ce4ae1882f3b5d38af7 (plain)
1
2
3
4
5
6
7
8
9
10
// Check that we can compile files of different types together.
// TOFIX: compiling files with same names should work.
// RUN: llvmc2 %s %p/together1.c -o %t
// RUN: ./%t | grep hello

extern "C" void test();

int main() {
  test();
}
OpenPOWER on IntegriCloud