summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci035.script
blob: dcf5adc0dee0ac87de04f84575aa615a5c2b605e (plain)
1
2
3
4
:set -Wall
-- In 6.12, GHCi used to warn that x was unused (trac #3813):
x <- return True
x