diff options
Diffstat (limited to 'testsuite/tests/plugins/plugins13.hs')
-rw-r--r-- | testsuite/tests/plugins/plugins13.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/plugins13.hs b/testsuite/tests/plugins/plugins13.hs new file mode 100644 index 0000000000..273aba2df9 --- /dev/null +++ b/testsuite/tests/plugins/plugins13.hs @@ -0,0 +1,5 @@ +module A where + +import PluginFilteredExport + +x = map show [1,2,3] |