mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
d7eb51e70e
They use too much memory in the current Go compiler draft. This should fix some builders. Reenabling is #9933. Change-Id: Ib5ef348b2c55d2012ffed765f2a6df99dec171f4 Reviewed-on: https://go-review.googlesource.com/5302 Reviewed-by: Russ Cox <rsc@golang.org>
14 lines
296 B
Go
14 lines
296 B
Go
// skip
|
|
|
|
// runoutput ./rotate.go
|
|
|
|
// Copyright 2013 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.
|
|
|
|
// Generate test of bit rotations.
|
|
// The output is compiled and run.
|
|
|
|
package main
|
|
|
|
const mode = 0
|