summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T21286.hs
blob: 79b9db76d90130abfab8bf980c3f89a017db422e (plain)
1
2
3
4
5
6
{-# OPTIONS_GHC -fspecialise-aggressively #-}

module T21286 where
import T21286a

x = f (3::Int)