module ShouldFail where

f x = if 'a' then 1 else 2
