summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testLib2.c
blob: 5feb83daf6554bfda622ba8a8997f8c3c41b6744 (plain)
1
2
3
4

extern int testLib1();

int testLib2() { return testLib1(); }