[project @ 1997-05-26 05:58:06 by sof]
[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"