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