revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git] / test / LLVMC / C++ / together.cpp
blobe02f69aec8d75e39b14aca283ec49038d208601a
1 // Check that we can compile files of different types together.
2 // RUN: llvmc %s %p/../test_data/together.c -o %t
3 // RUN: %abs_tmp | grep hello
5 extern "C" void test();
7 int main() {
8 test();