CMake/Tests/PreOrder/simple.cxx

7 lines
68 B
C++

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