mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
10 lines
122 B
Nim
10 lines
122 B
Nim
|
|
import mmodule_same_proc
|
|
|
|
# importing baz causes the error not to trigger
|
|
#import baz
|
|
|
|
# bug #11188
|
|
|
|
discard "foo".bar()
|