• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 void* f();
main()2 int main() { f(); }
3