summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2976.stdout
blob: 8d8edae907c4c0bc4622e7e9bc054ff2bb7c5026 (plain)
1
2
3
4
5
6
test :: Int = 0
test = 0
test :: Int = 0
test :: String = _
test = "test"
test :: String = "test"