diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-06-30 11:35:46 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-06-30 11:35:46 +0100 |
commit | 7d672220abe43ee8e4688e8babbc1c70ba6bfe88 (patch) | |
tree | a9364525ff89f336bf6eda6bac119e2824c7b2de /testsuite/tests/ghc-regress/plugins/plugins06.hs | |
parent | 08b9bccd5254c191ef6b3ade61c94f4e0b696d99 (diff) | |
download | haskell-7d672220abe43ee8e4688e8babbc1c70ba6bfe88.tar.gz |
Add expected-fail test showing plugin linking is faulty
Diffstat (limited to 'testsuite/tests/ghc-regress/plugins/plugins06.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/plugins/plugins06.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/plugins/plugins06.hs b/testsuite/tests/ghc-regress/plugins/plugins06.hs new file mode 100644 index 0000000000..ad80d2c636 --- /dev/null +++ b/testsuite/tests/ghc-regress/plugins/plugins06.hs @@ -0,0 +1,6 @@ +{-# OPTIONS_GHC -fplugin LinkerTicklingPlugin #-} + +module Main where + +main :: IO () +main = return () |