purescript-0.14.3: tests/purs/failing/OrphanUnnamedInstance.purs
-- @shouldFailWith OrphanInstance module Test where import Class instance C Boolean where op a = a
-- @shouldFailWith OrphanInstance module Test where import Class instance C Boolean where op a = a