summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/T10420.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/plugins/T10420.hs')
-rw-r--r--testsuite/tests/plugins/T10420.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/T10420.hs b/testsuite/tests/plugins/T10420.hs
new file mode 100644
index 0000000000..7b863445ec
--- /dev/null
+++ b/testsuite/tests/plugins/T10420.hs
@@ -0,0 +1,10 @@
+module Main where
+
+import T10420a
+
+import RuleDefiningPlugin
+
+{-# NOINLINE x #-}
+x = "foo"
+
+main = putStrLn (show x)