/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/codegen/issue59297.go
17 строк
296 B
Keith Randall
test/codegen: get rid of \s
31 мар 2026, 21:01
31 мар 2026, 21:01
d6492e2
Код
Авторство
О чём код?
// asmcheck // Copyright 2023 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. package codegen func f(x, y int, p *int) { // amd64:`MOVQ AX, BX` h(8, x) *p = y } //go:noinline func h(a, b int) { }