t23167.nim 73 B

123456
  1. # bug #23167
  2. template sharedImport() =
  3. import std / os
  4. sharedImport()