Home | History | Annotate | Download | only in coverasm
      1 package p
      2 
      3 import "testing"
      4 
      5 func Test(t *testing.T) {
      6 	g()
      7 }
      8