Home | History | Annotate | Download | only in depend-on-bundle
      1 int f();
      2 int main() {
      3   return f();
      4 }
      5