purescript-0.15.15: tests/purs/failing/CaseBinderLengthsDiffer.purs
-- @shouldFailWith CaseBinderLengthDiffers module Main where test = case 1, 2 of 1, 2, 3 -> 42 _, _ -> 43
-- @shouldFailWith CaseBinderLengthDiffers module Main where test = case 1, 2 of 1, 2, 3 -> 42 _, _ -> 43