blob: 27162c5e06a178efe30242449622553bb584ca5f [file] [log] [blame]
int func(void);
int main(void) {
return func() == 42 ? 0 : 1;
}