summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/1959/B.hs
blob: 8523c17bb4e73451e8e79d599a29c488b96333fb (plain)
1
2
3
4
5
6
module Main where

import C (x)
import GHC.Exts (inline)

main = print (inline x)