summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_compile/prof-late-cc4.hs
blob: 45d628cd0f9cb2b0a88359d58194bfc449ce9885 (plain)
1
2
3
4
5
module M where

-- There should be a cost center in the -ddump-simpl output
addStuff x y = do
    x + y :: Int