mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 17:41:45 +00:00
fixes #23167
This commit is contained in:
5
tests/import/t23167.nim
Normal file
5
tests/import/t23167.nim
Normal file
@@ -0,0 +1,5 @@
|
||||
# bug #23167
|
||||
template sharedImport() =
|
||||
import std / os
|
||||
|
||||
sharedImport()
|
||||
Reference in New Issue
Block a user