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