aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/testdata/check/main.go2
blob: 395e3bfec8076e3eeaf09c7ddebb475d9b69dcc2 (plain)
1
2
3
4
5
6
7
// 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.

package main

func main [T /* ERROR "func main must have no type parameters" */ any]() {}