aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExtendedLiterals/signed.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ExtendedLiterals #-}
{-# LANGUAGE MagicHash #-}
module Signed where
x = 123#Int8
y = 123#Int16
z = 123#Int32
w = 123#Int64
{- ORACLE_TEST pass -}
{-# LANGUAGE ExtendedLiterals #-}
{-# LANGUAGE MagicHash #-}
module Signed where
x = 123#Int8
y = 123#Int16
z = 123#Int32
w = 123#Int64