• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

fun(int i)1 int fun(int i)
2 {
3     return i;
4 }
5