summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLib2.c
blob: f5faffa5ea2f2a529bb297af3d2c0697efe671d3 (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef FROM_compileOnly
#  error "Usage requirements from `compileOnly` not found"
#endif

extern int testLib1(void);

int testLib2(void)
{
  return testLib1();
}