summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLib6c.c
blob: 493ca070eef2f31ecce007a3c6981c3ba28da90d (plain)
1
2
3
4
5
extern int testLib6cxx(void);
int testLib6(void)
{
  return testLib6cxx();
}