warn_module.nim 81 B

12345678
  1. {.warning[UnusedImport]: off.}
  2. import hashes
  3. proc test(a: float): float =
  4. a