blob: 08e0620108b6d4f902bf5c5d96b0fc22f587b520 [file] [log] [blame]
int s2(void);
int s3(void) {
return s2() + 1;
}