blob: 54c40e162e9b1c5ef19232827b7133c8ed76b651 [file] [log] [blame]
int func(void);
int main(void) {
return func() != 42;
}