(root)/
gcc-13.2.0/
gcc/
testsuite/
go.test/
test/
fixedbugs/
issue13777.dir/
main.go
// build

package main

import (
	x "./burnin"
)

func main() {
	x.NewSomething()
}