purescript-0.7.2.0: examples/failing/MultipleErrors2.purs
-- @shouldFailWith UnknownValue -- @shouldFailWith UnknownValue module MultipleErrors2 where import Prelude foo = itDoesntExist bar = neitherDoesThis
-- @shouldFailWith UnknownValue -- @shouldFailWith UnknownValue module MultipleErrors2 where import Prelude foo = itDoesntExist bar = neitherDoesThis