summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T10489.hs
blob: c3d8c5c52a6d4e135c2ba292b8a81eba1a0446df (plain)
1
2
3
4
module T10489 where

-- Triggered an ASSERT in a debug build at some point.
convert d = let d' = case d of '0' -> '!' in d'