cmake/Tests/ExportImport/Import/A/imp_testLib8.c

9 lines
97 B
C
Raw Normal View History

2017-07-20 19:35:53 +02:00
int testLib8A(void);
int testLib8B(void);
int main()
{
return (testLib8A() + testLib8B());
}