blob: 4fc3824d9b85d5098c6136e946e56eb6ed1f2529 [file] [log] [blame]
// +build go1.11
package noparse_format //@format("package")
func what() {
var b int
if { hi() //@diag("{", "syntax", "missing condition in if statement", "error")
}
}