blob: 835870c0428fe80997de890dc7bbddea7366e32e [file] [log] [blame]
int s1(void);
int s2(void) {
return s1() + 1;
}