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