blob: b8458d77647b7bb9c9d6736e252a03a720ef3148 [file] [log] [blame]
Robert Griesemer8f3b7032012-11-19 09:09:04 -08001// errorcheck
2
3// Copyright 2012 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 p
8
9const (
10 _ = iota
Ian Lance Taylor161a45a2013-12-12 17:18:12 -080011 _ // ERROR "illegal character|invalid character"
12 _ // ERROR "illegal character|invalid character"
13 _ // ERROR "illegal character|invalid character"
14 _ // ERROR "illegal character|invalid character"
Robert Griesemer8f3b7032012-11-19 09:09:04 -080015)