summary refs log tree commit diff stats
path: root/tests/ccgbugs/t7079.nim
blob: bfa1b77a6b23ea2e41151f0888d0d36659468a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  action: run
  targets: '''c js'''
"""

import math
let x = -0.0
doAssert classify(x) == fcNegZero
doAssert classify(1 / -0.0) == fcNegInf