summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog002/D.hs
blob: 35672bd88ca20188f5a37c159170b5df9ba21852 (plain)
1
2
3
4
5
module Main where

import C

main = print ("hello world" ++ show (f 42))