blob: 5c03cf7e4ef530906d1a62d89d8ad4efc2a01041 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// +build amd64
// compile
// 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 p
var _ = []int{1 << 31: 1} // ok on machines with 64bit int
|