blob: c633e9ae548233fccb1278043b5e6870f6cee5e8 [file] [log] [blame]
int r3(void);
int main_func(void) {
return r3() == 246 ? 0 : 1;
}