Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
Raw compiler options
--backend:cpp
$ nim c ./prog.nim --backend:cpp
Constructor was called
Destructor was called
(field: 0)
Exit Code:
0
Author
anonymous
about 4 years ago
Nim
nim HEAD Version 1.5.1
Author
anonymous
about 4 years ago
$ nim c ./prog.nim --backend:cpp
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-head/config/config.nims' [Conf]
........................................................
CC: stdlib_digitsutils.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
26498 lines; 0.819s; 31.914MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
Constructor was called
Destructor was called
(field: 0)