mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
8 lines
81 B
Nim
8 lines
81 B
Nim
|
|
{.warning[UnusedImport]: off.}
|
|
|
|
import hashes
|
|
|
|
proc test(a: float): float =
|
|
a
|