1
Fork 0
hermetic_cc_toolchain/test/gorace/main_test.go

9 lines
78 B
Go

package main
import "testing"
func TestFoo(t *testing.T) {
_ = t
main()
}