8b12d9371fe672f91329b135fd8684b7c93c2bb3
[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"