summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read050.hs
blob: d991bb01c760ce943a8538665f6a8267cdee91b7 (plain)
1
2
3
4
5
6
7

{-# OPTIONS_GHC -XKindSignatures #-}

module Foo where

data Foo (a :: *) = Foo a