diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T11606.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/T11606.script | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T11606.script b/testsuite/tests/ghci/scripts/T11606.script new file mode 100644 index 0000000000..0fb5fff7ad --- /dev/null +++ b/testsuite/tests/ghci/scripts/T11606.script @@ -0,0 +1,5 @@ +:set -Wall +x = 1 :: Int +x = 1 :: Int +x <- return (1 :: Int) +let x = 1 :: Int |