blob: eadf7e8ce137b3358b6f2b50167ddaf39ddf31e5 [file] [log] [blame]
extern int fn(void);
int main(void) {
return 1 + fn();
}