%PDF- %PDF-
Direktori : /usr/local/go/test/fixedbugs/issue27836.dir/ |
Current File : //usr/local/go/test/fixedbugs/issue27836.dir/Äfoo.go |
package Äfoo var ÄbarV int = 101 func Äbar(x int) int { defer func() { ÄbarV += 3 }() return Äblix(x) } func Äblix(x int) int { defer func() { ÄbarV += 9 }() return ÄbarV + x }