Sign in
go
/
go.git
/
06478e4b4659966e4f5dba1f399da9767995fee5
/
.
/
src
/
runtime
/
coverage
/
testdata
/
issue56006
/
repro_test.go
blob: 674d819c3b48170a538e790a684932d2a77a5197 [
file
]
package main
import "testing"
func TestSomething(t *testing.T) {
go infloop()
println(blah(1) + blah(0))
}