2012-10-07 23:22:01 +02:00
|
|
|
// errorcheckdir
|
2012-09-23 13:16:14 -04:00
|
|
|
|
2010-03-03 17:23:47 -08:00
|
|
|
// Copyright 2009 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.
|
|
|
|
|
2012-02-23 18:47:26 +11:00
|
|
|
// Verify that various kinds of "imported and not used"
|
|
|
|
// errors are caught by the compiler.
|
|
|
|
// Does not compile.
|
2010-03-03 17:23:47 -08:00
|
|
|
|
2012-10-07 23:22:01 +02:00
|
|
|
package ignored
|