blob: d69f6bef03a70d77327eec3692731fd49727f165 [file] [log] [blame]
Russ Cox2b1c9b42012-02-16 23:49:30 -05001// errorcheck
Rob Pikeacaba182009-06-15 21:13:28 -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
Rob Pikeacaba182009-06-15 21:13:28 -07009func main() {
Russ Cox8a1bfe82009-07-03 13:33:00 -070010 x⊛y := 1; // ERROR "identifier"
Rob Pikeacaba182009-06-15 21:13:28 -070011}