blob: 480bda5f4fe42c731830b7186cdb89764a6f03ab [file] [log] [blame]
int func();
int main(int argc, char **argv) {
return func() == 42 ? 0 : 99;
}