Sign in
go
/
go.git
/
8c0da423f77fff5e206ad777cfc496e935cb3af6
/
.
/
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))
}