summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/plugins05.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/plugins/plugins05.hs')
-rw-r--r--testsuite/tests/plugins/plugins05.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/plugins05.hs b/testsuite/tests/plugins/plugins05.hs
new file mode 100644
index 0000000000..718939b904
--- /dev/null
+++ b/testsuite/tests/plugins/plugins05.hs
@@ -0,0 +1,7 @@
+{-# OPTIONS_GHC -fplugin HomePackagePlugin #-}
+
+-- Tests home-package plugins from OPTIONS pragma
+module Main where
+
+main :: IO ()
+main = putStrLn "Hello From The Program" \ No newline at end of file