aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue21256.go
blob: 3d3612478dfa50bc1bbf7c784b35ae7777e93fe7 (plain)
1
2
3
4
5
6
7
8
9
// errorcheck

// Copyright 2017 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

var main = func() {} // ERROR "must be func"