purescript-0.12.0: tests/purs/failing/NewtypeInstance4.purs
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude data X = X | Y derive newtype instance showX :: Show X
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude data X = X | Y derive newtype instance showX :: Show X