summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/plugins06.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/plugins/plugins06.hs')
-rw-r--r--testsuite/tests/plugins/plugins06.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/plugins06.hs b/testsuite/tests/plugins/plugins06.hs
new file mode 100644
index 0000000000..ad80d2c636
--- /dev/null
+++ b/testsuite/tests/plugins/plugins06.hs
@@ -0,0 +1,6 @@
+{-# OPTIONS_GHC -fplugin LinkerTicklingPlugin #-}
+
+module Main where
+
+main :: IO ()
+main = return ()