aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExtendedLiterals/unsigned.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ExtendedLiterals #-}
{-# LANGUAGE MagicHash #-}
module Unsigned where
x = 123#Word8
y = 123#Word16
z = 123#Word32
w = 123#Word64
{- ORACLE_TEST pass -}
{-# LANGUAGE ExtendedLiterals #-}
{-# LANGUAGE MagicHash #-}
module Unsigned where
x = 123#Word8
y = 123#Word16
z = 123#Word32
w = 123#Word64