packages feed

liquidhaskell-0.9.0.2.1: tests/pos/UnboxedTuples.hs

{-# LANGUAGE MagicHash #-}
{-# LANGUAGE UnboxedTuples #-}
module UnboxedTuples where

import GHC.Int

foo = let (# x, y #) = (# 1#, 1# #) in I8# x