cmake/Tests/ExportImport/Export/testLibCycleA1.c

6 lines
89 B
C
Raw Normal View History

2009-10-04 10:30:41 +03:00
extern int testLibCycleB1(void);
2016-07-09 11:21:54 +02:00
int testLibCycleA1(void)
{
return testLibCycleB1();
}