CMake/Tests/PreOrder/simple.cxx

7 lines
67 B
C++

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