• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

main()1 int main() {
2   int *myInt = 0;
3   return *myInt;
4 }
5