2015-04-27 22:25:09 +02:00
|
|
|
#include "testLibAbs1.h"
|
|
|
|
#include "testLibAbs1a.h"
|
|
|
|
#include "testLibAbs1b.h"
|
|
|
|
#ifndef testLibAbs1a
|
2016-07-09 11:21:54 +02:00
|
|
|
#error "testLibAbs1a not defined"
|
2015-04-27 22:25:09 +02:00
|
|
|
#endif
|
|
|
|
#ifndef testLibAbs1b
|
2016-07-09 11:21:54 +02:00
|
|
|
#error "testLibAbs1b not defined"
|
2015-04-27 22:25:09 +02:00
|
|
|
#endif
|
|
|
|
int main()
|
|
|
|
{
|
2016-07-09 11:21:54 +02:00
|
|
|
return 0 + testLibAbs1();
|
2015-04-27 22:25:09 +02:00
|
|
|
}
|