mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 18:11:44 +00:00
14 lines
173 B
Nim
Executable File
14 lines
173 B
Nim
Executable File
discard """
|
|
file: "tbind4.nim"
|
|
line: 9
|
|
errormsg: "undeclared identifier: \'lastId\'"
|
|
"""
|
|
# Module B
|
|
import mbind4
|
|
|
|
echo genId() #ERROR_MSG instantiation from here
|
|
|
|
|
|
|
|
|