return n
}
+// nosplit to avoid preemption or morestack spilling registers.
+//
+//go:nosplit
//go:noinline
func testTracebackArgs9(a int64, b int32, c int16, d int8, x [2]int, y int) int {
if a < 0 {
return n
}
+// nosplit to avoid preemption or morestack spilling registers.
+//
+//go:nosplit
//go:noinline
func testTracebackArgs10(a, b, c, d, e int32) int {
// no use of any args
}
// norace to avoid race instrumentation changing spill locations.
+// nosplit to avoid preemption or morestack spilling registers.
//
//go:norace
+//go:nosplit
//go:noinline
func testTracebackArgs11a(a, b, c int32) int {
if a < 0 {
}
// norace to avoid race instrumentation changing spill locations.
+// nosplit to avoid preemption or morestack spilling registers.
//
//go:norace
+//go:nosplit
//go:noinline
func testTracebackArgs11b(a, b, c, d int32) int {
var x int32