cmake/Tests/PreOrder/simple.cxx
2016-07-09 11:21:54 +02:00

7 lines
67 B
C++

extern void simpleLib();
int main()
{
simpleLib();
return 0;
}