blob: 6b8f539357afedb5d52724963057c4c64ec652bc [file]
int func1();
int func2()
{
return func1() + 1;
}