summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLibDepends.c
blob: 2849b336dfb97594278343f1f0e911c42ca43f8f (plain)
1
2
3
4

extern int testLibRequired(void);

int testLibDepends(void) { return testLibRequired(); }