blob: 37d5b3a7de7df4e9c215a12c11da0ed9ad59b6da [file] [log] [blame]
extern int bar(void);
int main(void) {
return (bar() == 42) ? 0 : 1;
}