modernc.org/gc@v1.0.1-0.20240304020402-f0dba7c97c2b/testdata/errchk/test/fixedbugs/issue10066.dir/b.go (about) 1 package b 2 3 import "./a" 4 5 func test() { 6 a.Do() 7 }