CMake/Tests/ExportImport/Export/testLib2.c

5 lines
63 B
C
Raw Normal View History

extern int testLib1();
int testLib2() { return testLib1(); }