cmake/Tests/ExportImport/Export/testLibCycleB1.c
2016-07-09 11:21:54 +02:00

6 lines
89 B
C

extern int testLibCycleA2(void);
int testLibCycleB1(void)
{
return testLibCycleA2();
}