fork download
  1. proc dangling() = &5;
  2.  
  3. let x = dangling()
  4. echo x + 1
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(1, 19) Error: value returned by statement has to be discarded
stdout
Standard output is empty