summaryrefslogtreecommitdiff
path: root/testsuite/tests/llvm/should_compile/T5681.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/llvm/should_compile/T5681.hs')
-rw-r--r--testsuite/tests/llvm/should_compile/T5681.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/llvm/should_compile/T5681.hs b/testsuite/tests/llvm/should_compile/T5681.hs
index 1ce84b6ccb..d1c073a328 100644
--- a/testsuite/tests/llvm/should_compile/T5681.hs
+++ b/testsuite/tests/llvm/should_compile/T5681.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE MagicHash, UnboxedTuples #-}
-- Test case for #5681
module Main where