mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
2 lines
50 B
Nim
2 lines
50 B
Nim
type B* = object
|
|
proc A*(a, b: float): B = discard |