12 lines
165 B
C
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();
|
|
}
|