exposed.nim 99 B

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