summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9293.hs
blob: 3a5d3d8986626d38edf8b4212917a958e16ca6ab (plain)
1
2
3
4
{-# LANGUAGE Haskell2010 #-}
module Test where
data T a where
  C :: T Int