summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/cg002.hs
blob: 9d655d9d12e82d73546a4d736e78b05772cb2422 (plain)
1
2
3
4
5

module M where
import Data.Char
{-# INLINE f #-}
f = map ord . map chr