CMake/Tests/ExportImport/Import/A/imp_lib1.c

7 lines
72 B
C

extern int testLib2(void);
int imp_lib1(void)
{
return testLib2();
}