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