purescript-0.10.0: examples/failing/NewtypeInstance.purs
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude data X = X derive newtype instance showX :: Show X
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude data X = X derive newtype instance showX :: Show X