summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/arityanal/f12.hs
blob: 35e82edc9f0cfabc059dcc25f6842116cd0f2e68 (plain)
1
2
3
4
5
module F12 where

f12 = let f g x = g x
          h = (+)
      in f h 4 5