blob: 2512b93a81a0395093c685bd63d30a4914fe1487 [file] [log] [blame]
// build
package main
import (
x "./burnin"
)
func main() {
x.NewSomething()
}