diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3095.hs')
-rw-r--r-- | testsuite/tests/parser/should_fail/T3095.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/T3095.hs b/testsuite/tests/parser/should_fail/T3095.hs index 9c508eb81b..9a74893219 100644 --- a/testsuite/tests/parser/should_fail/T3095.hs +++ b/testsuite/tests/parser/should_fail/T3095.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} {-# LANGUAGE KindSignatures #-} -- #3095 module T3095 where |