cyclical
Language
Nim
Compiler
nim 1.6.14
Options
Raw compiler options
--expandArc:main --mm:orc
cyclical
$ nim c ./prog.nim --expandArc:main --mm:orc
100Hmm
100Hmm
Exit Code:
0
Author
anonymous
over 1 year ago
Nim
nim 1.6.14
Author
anonymous
over 1 year ago
$ nim c ./prog.nim --expandArc:main --mm:orc
Hint: used config file '/opt/wandbox/nim-1.6.14/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.14/config/config.nims' [Conf]
............................................................
/home/jail/moduleb.nim(2, 6) Hint: 'otherStuff' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(8, 12) Warning: imported and not used: 'modulec' [UnusedImport]
/home/jail/prog.nim(8, 21) Warning: imported and not used: 'moduleb' [UnusedImport]
CC: ../../opt/wandbox/nim-1.6.14/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.14/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.14/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.14/lib/system.nim
CC: modulec.nim
CC: moduleb.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
26712 lines; 0.350s; 31.641MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
100Hmm
100Hmm