summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun016.hs
blob: ba5dd04feac58b4e6cbb34768d41f4394f8bfb0a (plain)
1
2
3
4
5
6
7
8
9
-- !!! tests calls of `error' (that make calls of `error'...)
--
main = error ("1st call to error\n"++(
       error ("2nd call to error\n"++(
       error ("3rd call to error\n"++(
       error ("4th call to error\n"++(
       error ("5th call to error\n"++(
       error ("6th call to error"
       )))))))))))