Sign in
go
/
go
/
1ce17918e32afe42824404a1419b54a465e8b155
/
.
/
test
/
bugs
/
bug108.go
blob: b7350e72cb2854a795f52da4d483ca28a12e5cb1 [
file
] [
log
] [
blame
]
// errchk $G $D/$F.go
// 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.
package main
func f() {
v := 1 << 1025;
// ERROR "overflow"
}