summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/module/Main.hs
blob: 6940dee8b179e6c3ed4b9621be5c44eb79f3b709 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE UnboxedSums #-}

module Main where

import Lib

import Prelude (print, IO)

main :: IO ()
main = do
    print (getInt (flip (# 123 | #)))