[project @ 1997-09-05 09:16:19 by simonm]
[ghc-hetmet.git] / ghc / tests / codeGen / cg010.hs
1 main = print a
2   where
3     a :: Int
4     b :: Int
5     (a, b) = (3 + 4, 5 + 6)