summaryrefslogtreecommitdiffstats
path: root/test/fixedbugs/issue14652.go
blob: 6dd2fbfbf6d6cfc91ad8f20d764af494d41c5dec (plain)
1
2
3
4
5
6
7
8
9
10
// compile -G=3

// Copyright 2016 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.

package p

// any is now permitted instead of interface{}
var x any