blob: 56b04ccb15d56e2416815a855c4a4333e1785d84 [file] [log] [blame]
int func();
int main(int argc, char **argv) {
return func() == 1 ? 0 : 1;
}