2008-10-12 18:41:06 +02:00
|
|
|
|
2023-07-02 19:51:09 +02:00
|
|
|
#ifndef FROM_compileOnly
|
|
|
|
# error "Usage requirements from `compileOnly` not found"
|
|
|
|
#endif
|
|
|
|
|
2008-10-12 18:41:06 +02:00
|
|
|
extern int testLib1(void);
|
|
|
|
|
2016-07-09 11:21:54 +02:00
|
|
|
int testLib2(void)
|
|
|
|
{
|
|
|
|
return testLib1();
|
|
|
|
}
|