blob: c44c990995af49aebfd3410434db3918e8f60830 [file] [log] [blame]
int func3();
int func4()
{
return func3() + 1;
}