blob: bc3caf3e2c7b4f208950fb5fa771e1a280219da0 [file] [log] [blame]
int func1_in_obj(void);
int main(void) {
return func1_in_obj();
}