1 2 3 4 5 6
int func1(); int func2(); int main(int argc, char **argv) { return !(func1() == 23 && func2() == 42); }