/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/codegen/issue63332.go
14 строк
264 B
Matthew Dempsky
cmd/compile/internal/walk: copy SSA-able variables
21 ноя 2023, 23:34
21 ноя 2023, 23:34
00715d0
Код
Авторство
О чём код?
// 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 issue63332(c chan int) { x := 0 // amd64:-`MOVQ` x += 2 c <- x }