summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break014.hs
blob: 1f4313d75b03c022f335b463338ae6593759eb0a (plain)
1
2
3
4
g i = let a = False
          b = True
          c = (a,b)
      in c