Home | History | Annotate | Download | only in src
      1 int foo(int x) {
      2   return x + 42;
      3 }
      4