diff options
Diffstat (limited to 'testsuite/tests/perf/compiler/T16875.hs')
-rw-r--r-- | testsuite/tests/perf/compiler/T16875.hs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/perf/compiler/T16875.hs b/testsuite/tests/perf/compiler/T16875.hs new file mode 100644 index 0000000000..0ba3c17d5b --- /dev/null +++ b/testsuite/tests/perf/compiler/T16875.hs @@ -0,0 +1,13 @@ +module T16875 where + +import Control.Applicative +import Control.Monad +import Data.Kind +import Data.List +import Data.Maybe +import Data.String +import GHC.Exts +import GHC.Types + +a = _ + |