Home | History | Annotate | Download | only in P_hello
      1 int bar();
      2 
      3 double hello() {
      4   int foobar = bar() + 123;
      5   return (double)foobar;
      6 }
      7