[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds011.hs
1 --!!! ds011 -- uses of "error"
2
3 module Tests where
4
5 f = error []
6
7 g = error ""
8
9 h = error "\""
10
11 i = error "foo"