cmake/Tests/PreOrder/simple.cxx
2009-10-04 10:30:41 +03:00

7 lines
68 B
C++

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