exposed.nim 100 B

1234
  1. proc addFloats*(x, y, z: float): float =
  2. discard "implementation overridden by tcompilerapi.nim"