blob: 875bf894302e1e176a5676106b4a1cee98bdf705 [file] [log] [blame]
Rémy Oudompheng46bce2a2012-10-07 23:22:01 +02001// errorcheckdir
Russ Coxcd22afa2012-09-23 13:16:14 -04002
Russ Coxf1550482010-03-03 17:23:47 -08003// 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
Rob Pike501f0b52012-02-23 18:47:26 +11007// Verify that various kinds of "imported and not used"
8// errors are caught by the compiler.
9// Does not compile.
Russ Coxf1550482010-03-03 17:23:47 -080010
Rémy Oudompheng46bce2a2012-10-07 23:22:01 +020011package ignored