Text file test/fixedbugs/issue74648.dir/a.s
1 // Copyright 2025 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 TEXT ·F(SB), $0 6 JMP prealigned 7 INT $3 // should never be reached 8 prealigned: 9 PCALIGN $0x10 10 aligned: 11 RET 12