summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/A/imp_testExeAbs1.c
blob: 629b891f101a93943311c1894ee14430302e5e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "testLibAbs1.h"
#include "testLibAbs1a.h"
#include "testLibAbs1b.h"
#ifndef testLibAbs1a
#error "testLibAbs1a not defined"
#endif
#ifndef testLibAbs1b
#error "testLibAbs1b not defined"
#endif
int main()
{
  return 0 + testLibAbs1();
}