summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deSugar/should_compile/ds011.hs
blob: dab482ff0433608f6352e8fc6ab29a7297fcf6ca (plain)
1
2
3
4
5
6
7
8
9
10
11
-- !!! ds011 -- uses of "error"

module ShouldCompile where

f = error []

g = error ""

h = error "\""

i = error "foo"