aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnboxedSums/basic.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE UnboxedSums #-}
module Basic where
x = (# 1 | #)
y = (# | 2 #){- ORACLE_TEST pass -}
{-# LANGUAGE UnboxedSums #-}
module Basic where
x = (# 1 | #)
y = (# | 2 #)