diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/4051.hs')
-rw-r--r-- | testsuite/tests/ghci/scripts/4051.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/4051.hs b/testsuite/tests/ghci/scripts/4051.hs new file mode 100644 index 0000000000..fc9974cb8e --- /dev/null +++ b/testsuite/tests/ghci/scripts/4051.hs @@ -0,0 +1,2 @@ +module X' where +x = 3 |