aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnboxedTuples/case-in-unboxed-tuple.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE UnboxedTuples #-}
module CaseInUnboxedTuple where
f x = (# case x of y -> y #)
{- ORACLE_TEST pass -}
{-# LANGUAGE UnboxedTuples #-}
module CaseInUnboxedTuple where
f x = (# case x of y -> y #)