lab.nexedi.com/kirr/go123@v0.0.0-20240207185015-8299741fa871/tracing/cmd/gotrace/testdata/src/c/pkg3/pkg3_external_test.go (about)

     1  package pkg3_test
     2  
     3  import "testing"
     4  
     5  // trace import that should be added only to external tests
     6  //trace:import "b/pkg2"
     7  
     8  func TestZzzExternal(t *testing.T) {
     9  	t.Fatal("...")
    10  }