1 2 3 4 5 6
int func1(void); int func2(void); int main(void) { return !(func1() == 23 && func2() == 42); }