summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail026.hs
blob: 6d3f820151b7c80beb2c3d2b2d137742683712d4 (plain)
1
2
3
module ShouldFail where
data T = T{a::Int}
x = T{,a=42}