diff options
Diffstat (limited to 'testsuite/tests/plugins/plugins04.hs')
-rw-r--r-- | testsuite/tests/plugins/plugins04.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/plugins04.hs b/testsuite/tests/plugins/plugins04.hs new file mode 100644 index 0000000000..ad40b2c800 --- /dev/null +++ b/testsuite/tests/plugins/plugins04.hs @@ -0,0 +1,5 @@ +-- Tests home-package plugins from command line +module Main where + +main :: IO () +main = putStrLn "Hello From The Program"
\ No newline at end of file |