summaryrefslogtreecommitdiffstats
path: root/src/runtime/coverage/testdata/issue56006/repro_test.go
blob: 674d819c3b48170a538e790a684932d2a77a5197 (plain)
1
2
3
4
5
6
7
8
package main

import "testing"

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