summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T16569.hs
blob: af7c49f71e250bb74c25e7407ccabf659c0a1b80 (plain)
1
2
3
4
module T16569 where

main :: IO ()
main = putStrLn (case (undefined :: Int) of _ -> undefined)