Home | History | Annotate | Download | only in Inputs
      1 int f();
      2 
      3 int main()
      4 {
      5   return f();
      6 }
      7