aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/HexFloatLiterals/hex-float-literals-list.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE HexFloatLiterals #-}
module HexFloatLiteralsList where
constants :: [Double]
constants = [0X1.0p0, 0x1.2p3, -0x1p2, 0xAp-1]