blob: ad38e6dbcf865abc1231122205348d8b276a69a8 [file] [log] [blame]
int myFunc (void);
int main (void) {
if (myFunc() == 55)
return 0;
return 1;
}