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