blob: 6d1e3daf123e19c19a67f9db0437dd6aefc7f175 [file]
extern int innerlib(void);
int main(void)
{
return innerlib();
}