Your IP : 172.28.240.42


Current Path : /usr/local/go/src/runtime/coverage/testdata/issue56006/
Upload File :
Current File : //usr/local/go/src/runtime/coverage/testdata/issue56006/repro_test.go

package main

import "testing"

func TestSomething(t *testing.T) {
	go infloop()
	println(blah(1) + blah(0))
}