Source file src/internal/coverage/cfile/testdata/issue56006/repro_test.go
1 package main 2 3 import "testing" 4 5 func TestSomething(t *testing.T) { 6 go infloop() 7 println(blah(1) + blah(0)) 8 } 9
1 package main 2 3 import "testing" 4 5 func TestSomething(t *testing.T) { 6 go infloop() 7 println(blah(1) + blah(0)) 8 } 9