aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnboxedTuples/infix-constructor-unboxed-singleton.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UnboxedTuples #-}
module InfixConstructorUnboxedSingleton where
data D = (# a #) :. Int