purescript-0.15.15: 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