blob: 49bbb3b892d8288320b0647926dff59537ee6c26 [file] [log] [blame]
Russ Cox2b1c9b42012-02-16 23:49:30 -05001// errorcheck
Russ Cox0b2683d2009-07-27 14:36:32 -07002
3// Copyright 2009 The Go Authors. All rights reserved.
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
7package main
8
Ian Lance Taylor91173b82009-08-13 09:42:28 -07009func f() int { } // ERROR "return|control"
10func g() (foo int) { } // ERROR "return|control"