| // Copyright 2018 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. | |
| TEXT 路f(SB), 4, $8-0 | |
| CALL 路f1(SB) | |
| RET 路f2(SB) | |
| CALL 路unreachable(SB) | |
| TEXT 路leaf(SB), 4, $0-0 | |
| RET 路f3(SB) | |
| JMP 路unreachable(SB) | |
| TEXT 路leaf2(SB), 4, $32-0 // nonzero frame size | |
| RET 路f4(SB) | |
| JMP 路unreachable(SB) | |