summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod24.hs
blob: 6e1654b4f940b60a4f0439adf73faf358feaf151 (plain)
1
2
3
module ShouldFail where
-- !!! Testing duplicate type variables
data T a a = K a a