12 lines
165 B
C
Raw Normal View History

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