summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun010.hs
blob: ccc323d4cf08ca2baa00a13635ea98a110ebe80b (plain)
1
2
3
4
5
main = print a
  where
    a :: Int
    b :: Int
    (a, b) = (3 + 4, 5 + 6)