Russ Cox | d7eb51e | 2015-02-19 15:12:42 -0500 | [diff] [blame] | 1 | // skip |
2 | |||||
Rémy Oudompheng | 578f24d | 2013-01-11 22:42:55 +0100 | [diff] [blame] | 3 | // runoutput ./rotate.go |
4 | |||||
5 | // Copyright 2013 The Go Authors. All rights reserved. | ||||
6 | // Use of this source code is governed by a BSD-style | ||||
7 | // license that can be found in the LICENSE file. | ||||
8 | |||||
9 | // Generate test of bit rotations. | ||||
10 | // The output is compiled and run. | ||||
11 | |||||
12 | package main | ||||
13 | |||||
14 | const mode = 0 |