purescript-0.9.1: examples/failing/2128-instance.purs
-- @shouldFailWith ErrorParsingModule module Main where class Foo a where foo :: a instance fooInt :: Foo Int where foo = !!!
-- @shouldFailWith ErrorParsingModule module Main where class Foo a where foo :: a instance fooInt :: Foo Int where foo = !!!