go/test/fixedbugs/issue13777.dir/main.go

12 lines
84 B
Go

// build
package main
import (
x "./burnin"
)
func main() {
x.NewSomething()
}