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