fail godebugtester run main.go
contains error "main.go:2:1: missing pkg for path: not_used_here"

-- main.go --
package main
//godebug:annotatepackage:not_used_here
func main() {
	a:=1
	_=a
}

