summaryrefslogtreecommitdiff
path: root/libraries/base/tests/topHandler04.hs
blob: ae669a07b4d19693b9e1b5f440e38d1c8126b096 (plain)
1
2
3
4
5
import Control.Exception

-- test that the out-of-band data in an ErrorCall exception is printed

main = throw (ErrorCallWithLocation "error" "out-of-band")