summary refs log tree commit diff stats
path: root/tests/import/t23167.nim
blob: 0891ee2afacb067f956951c99594e86a3a07ef0b (plain) (blame)
1
2
3
4
5
# bug #23167
template sharedImport() =
  import std / os

sharedImport()