summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestLaunchers/launcher_linker_test_project/link_error.cxx
blob: c879be14dad14b4119ba2ffc68d7cddae1463df4 (plain)
1
2
3
4
5
6
extern int foo();

int main()
{
  return foo();
}