CMake/Tests/ExportImport/Import/imp_testTransExe1.c

7 lines
64 B
C

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