// Copyright 2013 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.packagep1import"./p0"typeT1interface{p0.T0m1()}typeS1struct{p0.S0}func(S1)m1(){}funcNewT0()p0.T0{returnS1{}}funcNewT1()T1{returnS1{}}