Sign in
go
/
go
/
c19e5887f4336faf373c0e65be2cbaab919ed771
/
.
/
test
/
fixedbugs
/
issue13777.dir
/
main.go
blob: 2512b93a81a0395093c685bd63d30a4914fe1487 [
file
] [
log
] [
blame
]
// build
package main
import (
x "./burnin"
)
func main() {
x.NewSomething()
}