0f2cf1b1e5db09eeb390c5d418e7eea17cd684ca
[dotfiles/.git] / unclosedIf.go.in
1 package broken
2
3 import "fmt"
4
5 func unclosedIf() {
6         if false {
7                 var myUnclosedIf string              //@myUnclosedIf
8                 fmt.Printf("s = %v\n", myUnclosedIf) //@godef("my", myUnclosedIf)
9 }