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