diff options
Diffstat (limited to 'tests/pre-2.0-tests/B.hs')
-rw-r--r-- | tests/pre-2.0-tests/B.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pre-2.0-tests/B.hs b/tests/pre-2.0-tests/B.hs new file mode 100644 index 00000000..3a31507e --- /dev/null +++ b/tests/pre-2.0-tests/B.hs @@ -0,0 +1,2 @@ +module B ( module A ) where +import A |