summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/T1916.hs
blob: 7210aaf41cf2d04f487a6498a8dc11eb073d03ca (plain)
1
2
3
module Bug (tst) where
tst :: Float -> Bool
tst x = truncate x > (0::Int)