diff options
Diffstat (limited to 'testsuite/tests/plugins/plugins11.hs')
-rw-r--r-- | testsuite/tests/plugins/plugins11.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/plugins11.hs b/testsuite/tests/plugins/plugins11.hs new file mode 100644 index 0000000000..f714472a07 --- /dev/null +++ b/testsuite/tests/plugins/plugins11.hs @@ -0,0 +1,2 @@ +{-# OPTIONS_GHC -fplugin Simple.SourcePlugin #-} +module A where |