2012-11-07 12:33:54 -08:00
|
|
|
// errorcheckoutput ./index.go
|
|
|
|
|
2016-04-10 14:32:26 -07:00
|
|
|
// Copyright 2010 The Go Authors. All rights reserved.
|
2012-11-07 12:33:54 -08:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
// Generate test of index and slice bounds checks.
|
|
|
|
// The output is error checked.
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
const pass = 1
|