1// build
2
3package main
4
5import (
6	x "./burnin"
7)
8
9func main() {
10	x.NewSomething()
11}
12