purescript-0.13.0: tests/purs/failing/TypeClasses2.purs
-- @shouldFailWith NoInstanceFound module Main where class Show a where show :: a -> String test = show "testing"
-- @shouldFailWith NoInstanceFound module Main where class Show a where show :: a -> String test = show "testing"