| // Copyright 2015 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. |
| // Issue 10320: 7g failed to compile a program because it attempted |
| // to use ZR as register. Other programs compiled but failed to |
| // execute correctly because they clobbered the g register. |
| var x00, x01, x02, x03, x04, x05, x06, x07, x08, x09 int |
| var x10, x11, x12, x13, x14, x15, x16, x17, x18, x19 int |
| var x20, x21, x22, x23, x24, x25, x26, x27, x28, x29 int |