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

7 lines
67 B
C

#include "testLib2.h"
int imp_lib1(void)
{
return testLib2();
}