summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/MergeObjsMode/Main.hs
blob: 4785441214eaa32815534a38bf593e29567a6dc9 (plain)
1
2
3
4
5
6
7
module Main where

import A
import B

main :: IO ()
main = print (a,b)