index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
/
p06
blob: 88029cce5210f07b84d093b6c5f48577fbb63f23 (
plain
)
1
2
3
4
5
6
7
func f(i int) { if i < 2 { return } println("i > 1:", i) } f(1) println("bye")