diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci004.hs')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci004.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci004.hs b/testsuite/tests/ghci/scripts/ghci004.hs new file mode 100644 index 0000000000..6406a11565 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci004.hs @@ -0,0 +1,2 @@ +import Data.List +main = print (sort [100,99..1]) |