summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import/A/imp_testLib8.c
blob: 2749b178cf0fc1511f5d7f11b7fc588eb36cdb82 (plain)
1
2
3
4
5
6
7
8

int testLib8A(void);
int testLib8B(void);

int main()
{
  return (testLib8A() + testLib8B());
}