summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/C++/together.cpp
blob: e02f69aec8d75e39b14aca283ec49038d208601a (plain)
1
2
3
4
5
6
7
8
9
// 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

extern "C" void test();

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