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