I have simple code:
package main import "fmt" var a int = 0 func printit () { var b int = 1 fmt.Printf("a=%d b=%d\\n",a,b) // here i