summary refs log tree commit diff stats
path: root/tests/compilerapi/exposed.nim
blob: 73becd93da2ccc0c3d5e82f8fd4a62399696a5cf (plain) (blame)
1
2
3
proc addFloats*(x, y, z: float): float =
  discard "implementation overriden by tcompilerapi.nim"