blob: 8d263d0e8ba402fb0f3fb50a0ec3029313f9a8d3 [file] [log] [blame]
// compile
// Copyright 2020 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.
// Issue 39688.
package p
type S[T any] T
func (*S[T]) M() {}
var V S[int]