summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog001/A.hs
blob: ca0a7e864bcf3c84736df25871da380d6825e514 (plain)
1
2
3
4
5
module Main where

import B

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