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