int func(); int main() { return func() == 42 ? 0 : 1; }