1package p3
2
3import (
4	"testing"
5
6	_ "testcycle/p1"
7)
8
9func Test(t *testing.T) {
10}
11