Source file test/fixedbugs/issue8280.dir/a.go 1 package a 2 3 var Bar = func() (_ int) { return 0 } 4 View as plain text