summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14761b.hs
blob: cd5196259f0d5b763c7b053dd5a1af841a3558aa (plain)
1
2
3
4
5
{-# LANGUAGE BangPatterns #-}

module T14761b where

data A = A { a :: ! Maybe Int}