2023-07-02 19:51:09 +02:00

12 lines
165 B
C

#ifndef FROM_compileOnly
# error "Usage requirements from `compileOnly` not found"
#endif
extern int testLib1(void);
int testLib2(void)
{
return testLib1();
}