[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg010.hs
1 main = print a
2   where
3     a :: Int
4     b :: Int
5     (a, b) = (3 + 4, 5 + 6)