mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
12 lines
164 B
Nim
12 lines
164 B
Nim
proc fn(a: static float) = discard
|
|
proc fn(a: int) = discard
|
|
|
|
let x = 1
|
|
fn(x)
|
|
|
|
discard """
|
|
$nimsuggest --tester --v3 $file
|
|
>chk $file
|
|
chk;;skUnknown;;;;Hint;;*
|
|
"""
|