purescript-0.13.0: tests/purs/failing/NewtypeMultiCtor.purs
-- @shouldFailWith ErrorParsingModule module Main where import Prelude newtype Thing = Thing String | Other
-- @shouldFailWith ErrorParsingModule module Main where import Prelude newtype Thing = Thing String | Other