• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 int f3(int i);
2 
f2(int i)3 int f2(int i)
4 {
5 	return f3(i) - i;
6 }
7