purescript-0.15.15: 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