summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T22097.hs
blob: ea236a1a25140aee0bb592ef41366dc9596add1e (plain)
1
2
3
4
5
6
7
{-# OPTIONS_GHC -ddump-simpl #-}
{-# LANGUAGE TypeApplications #-}
module T22097 where
import T22097a ( isEven )

main :: IO ()
main = print $ isEven @Int 10