int myFunc (void); int main(void) { if (myFunc() == 55) return 0; return 1; }