Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

Nim

Compiler

nim HEAD Version 1.5.1

Options

Author

anonymous

about 4 years ago

generic.nim
mod1.nim
mod2.nim

$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-head/config/config.nims' [Conf]
.....................
Nim Compiler Version 1.5.1 [Linux: amd64]
Compiled at 2021-05-16
Copyright (c) 2006-2021 by Andreas Rumpf

git hash: 36145236644085c636c76500a189e3afda40c13f
active boot switches: -d:release
...
CC: stdlib_assertions.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: stdlib_times.nim
CC: stdlib_os.nim
CC: mod1.nim
CC: mod2.nim
CC: prog.nim
Hint:  [Link]
Hint: 45112 lines; 1.296s; 61.266MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
Hint: ***SLOW, DEBUG BUILD***; -d:release makes code run faster. [BuildMode]
In mod1Proc:
int
mixinVar in mod1
mixinProc in mod1
MyInt
mixinVar in mod1
mixinProc in mod1
In mod2Proc:
int
mixinVar in mod1
mixinProc in mod1
MyInt
mixinVar in mod2
mixinProc in mod2
Exit Code:
0