Daniel Morsing | a45777f | 2012-10-07 06:53:57 +0200 | [diff] [blame] | 1 | // errorcheckdir |
2 | |||||
Emmanuel Odeke | 53fd522 | 2016-04-10 14:32:26 -0700 | [diff] [blame] | 3 | // Copyright 2012 The Go Authors. All rights reserved. |
Daniel Morsing | a45777f | 2012-10-07 06:53:57 +0200 | [diff] [blame] | 4 | // Use of this source code is governed by a BSD-style |
5 | // license that can be found in the LICENSE file. | ||||
6 | |||||
7 | // part one of issue 4124. Make sure that the compiler rejects access attempts. | ||||
8 | |||||
9 | package ignored | ||||
10 |