blob: d2d89956d61d0fb90b00e5bb00a943b4bfe7437e [file] [log] [blame]
int func(void);
int main(void) {
return func() == 1 ? 0 : 1;
}