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