summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break013.hs
blob: 53d84328650fa2f36d3a3aadb42cf359b6f9cb23 (plain)
1
2
3
4
g i = (a,b,c)
      where a = False
 	    b = True
            c = ()