summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T2506.hs
blob: 1e31a12c12a1dfc6567f235e4a8bed7bab1bfde6 (plain)
1
2
3
4
5
6
-- Trac #2506

module ShouldCompile where
import Control.Exception (assert)

foo = True `assert` ()