Author
anonymous
almost 4 years ago
Language
Nim
Compiler
nim 1.4.6
Options
Author
anonymous
almost 4 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-1.4.6/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.4.6/config/config.nims' [Conf]
....
/home/jail/prog.nim(3, 6) Warning: 'add4' is not GC-safe as it accesses 'foo' which is a global using GC'ed memory [GcUnsafe2]
CC: stdlib_assertions.nim
CC: stdlib_dollars.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: 22423 lines; 0.673s; 25.488MiB peakmem; Debug build; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
@[1, 2, 3, 4]
Exit Code:
0