Home | History | Annotate | Download | only in cgocover2
      1 package p_test
      2 
      3 import (
      4 	. "cgocover2"
      5 	"testing"
      6 )
      7 
      8 func TestF(t *testing.T) {
      9 	F()
     10 }
     11