[project @ 2000-11-03 16:23:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds011.hs
1 -- !!! ds011 -- uses of "error"
2
3 module ShouldCompile where
4
5 f = error []
6
7 g = error ""
8
9 h = error "\""
10
11 i = error "foo"