summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T13075.hs
blob: 9c76434822499124931a80b5da10c480059abd00 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE BangPatterns #-}

module Main where

!(Just x) = Nothing

main = putStrLn "hi there!"