Sign in
go
/
go
/
17a4e0475da1237168c4c14dd18af4ebe0d4b3d1
/
.
/
test
/
fixedbugs
/
issue21256.go
blob: 3d3612478dfa50bc1bbf7c784b35ae7777e93fe7 [
file
]
// 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"