summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/T15723A.hs
blob: aa47ece6ec39d719392611095ed46dce41bc8903 (plain)
1
2
3
4
5
6
7
8
9
module T15723A where

{-# INLINE foo #-}
foo :: Int -> Int
foo x = {-# SCC foo1 #-} bar x

{-# NOINLINE bar #-}
bar :: Int -> Int
bar x = x