mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* added ic specific Nim code; WIP * make the symbol import mechanism lazy; WIP * ensure that modules can be imported multiple times * ambiguity checking * handle converters and TR macros properly * make 'enum' test category green again * special logic for semi-pure enums * makes nimsuggest tests green again * fixes nimdata * makes nimpy green again * makes more important packages work
8 lines
77 B
Nim
8 lines
77 B
Nim
discard """
|
|
output: '''z'''
|
|
"""
|
|
|
|
import mforwarded_pure_enum as t2
|
|
|
|
echo z
|