diff options
Diffstat (limited to 'src/cmd/go/testdata/testinternal2/p.go')
-rw-r--r-- | src/cmd/go/testdata/testinternal2/p.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/testinternal2/p.go b/src/cmd/go/testdata/testinternal2/p.go new file mode 100644 index 000000000..c594f5c5e --- /dev/null +++ b/src/cmd/go/testdata/testinternal2/p.go @@ -0,0 +1,3 @@ +package p + +import _ "./x/y/z/internal/w" |