diff options
Diffstat (limited to 'testsuite/tests/deSugar/should_run/T18151.hs')
-rw-r--r-- | testsuite/tests/deSugar/should_run/T18151.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_run/T18151.hs b/testsuite/tests/deSugar/should_run/T18151.hs index b17c8a9ff0..59279d44be 100644 --- a/testsuite/tests/deSugar/should_run/T18151.hs +++ b/testsuite/tests/deSugar/should_run/T18151.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} -- According to the Report this should reduce to (). However, in #18151 it was -- reported that GHC bottoms. x :: () |