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