mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
14 lines
138 B
Nim
14 lines
138 B
Nim
discard """
|
|
file: "mbind4.nim"
|
|
line: 6
|
|
errormsg: "undeclared identifier: \'lastId\'"
|
|
"""
|
|
# Module B
|
|
import mbind4
|
|
|
|
echo genId()
|
|
|
|
|
|
|
|
|