blob: c25d2883704945e5cfa988ed9dc0ddda639222ad [file] [log] [blame]
Russ Cox2b1c9b42012-02-16 23:49:30 -05001// errorcheck
Robert Griesemer0748bf372008-07-30 16:09:29 -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
Russ Coxf4e76d82011-01-31 18:36:28 -05007package main
8
Ian Lance Taylor4cb660a2011-03-25 15:28:53 -07009const x x = 2 // ERROR "loop|type"
Robert Griesemer0748bf372008-07-30 16:09:29 -070010
11/*
12bug081.go:3: first constant must evaluate an expression
13Bus error
14*/