CMake/Tests/PreOrder/simple.cxx

7 lines
68 B
C++
Raw Normal View History

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