summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testLib11.c
blob: b288b295820d498dba60ca1915ba34be5d3a00c1 (plain)
1
2
3
4
5
6
int testLib10(void);

int testLib11(void)
{
  return testLib10();
}