1 int func(void);
2 
main(void)3 int main(void) {
4     return func() != 42;
5 }
6