1 2 3 4 5 6
-- #2506 module ShouldCompile where import Control.Exception (assert) foo = True `assert` ()