Files
Nim/tests/pragmas/warn_module.nim
cooldome ee260dd838 fixes #5050; fixes #11826 (#12606) [backport]
(cherry picked from commit e1b1759439)
2019-11-08 15:08:08 +01:00

8 lines
81 B
Nim

{.warning[UnusedImport]: off.}
import hashes
proc test(a: float): float =
a