Home | History | Annotate | Download | only in src
      1 void* f();
      2 int main() { f(); }
      3