/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/retjmp.go
9 строк
252 B
Cherry Zhang
cmd/asm: fix assembling return jump
02 мар 2018, 00:11
02 мар 2018, 00:11
2baed38
Код
Авторство
О чём код?
// buildrundir // 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. // Test that return jump works correctly in assembly code. package ignored