Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

cyclical

Author

anonymous

almost 2 years ago

Language

Nim

Compiler

nim 1.6.14

Options
Raw compiler options
--expandArc:main --mm:orc

cyclical

Author

anonymous

almost 2 years ago

b.nim
a.nim

$ 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/b.nim(6, 20) Error: undeclared identifier: 'MyType'
candidates (edit distance, scope distance); see '--spellSuggest': 
 (2, 3): 'type' [type declared in /opt/wandbox/nim-1.6.14/lib/system.nim(228, 3)]
This might be caused by a recursive module dependency:
/home/jail/a.nim imports /home/jail/b.nim
/home/jail/b.nim imports /home/jail/a.nim
Exit Code:
1