1 2 3 4 5 6 7 8 9
int myFunc (void); int main (int argc, char *argv[]) { if (myFunc() == 55) return 0; return 1; }