blob: c71773dff9df8809a622072129e9d03af8444e3a [file] [log] [blame]
package issue67787
import "sync"
type T struct{ mu sync.Mutex }
type T1 struct{ t *T }
func NewT1() *T1 { return &T1{T} } // no analyzer diagnostic about T