mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
14 lines
138 B
Nim
Executable File
14 lines
138 B
Nim
Executable File
discard """
|
|
file: "mbind4.nim"
|
|
line: 6
|
|
errormsg: "undeclared identifier: \'lastId\'"
|
|
"""
|
|
# Module B
|
|
import mbind4
|
|
|
|
echo genId()
|
|
|
|
|
|
|
|
|