summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/1959/D.hs
blob: 8ff5b1397d34b3b4d67b363b1f64406f73e95bb7 (plain)
1
2
3
4
5
6
7
module D (f) where

import E

{-# INLINE f #-}
f :: Int -> Int
f x = h x