[project @ 1999-01-15 10:49:05 by sof]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / 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"