summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T11606.script
blob: 0fb5fff7ad76143942f22f6d8919aafc0e41ba2d (plain)
1
2
3
4
5
:set -Wall
x = 1 :: Int
x = 1 :: Int
x <- return (1 :: Int)
let x = 1 :: Int