summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/IO/IOError002.hs
blob: 144e62783b5a4dcb2db070d9a07ec5ad85ff1e2d (plain)
1
2
3
4
5
-- !!! IOErrors should have Eq defined

import System.IO

main = print (userError "urk" == userError "urk")