Home | History | Annotate | Download | only in Inputs
      1 int foo(int parm1, float parm2) {
      2   return parm1 + parm2;
      3 }
      4