summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/A/imp_testLib9.c
blob: e014857ecbdfa79595e8edc2111b34b2ae9eac84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef testLib9ObjPub_USED
#  error "testLib9ObjPub_USED not defined!"
#endif
#ifdef testLib9ObjPriv_USED
#  error "testLib9ObjPriv_USED defined but should not be!"
#endif
#ifndef testLib9ObjIface_USED
#  error "testLib9ObjIface_USED not defined!"
#endif

int testLib9(void);

int main()
{
  return testLib9();
}