/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue52856.dir/a.go
9 строк
213 B
Ian Lance Taylor
test: add test that gofrontend gets wrong
26 июн 2022, 03:26
26 июн 2022, 03:26
416c953
Код
Авторство
О чём код?
// Copyright 2022 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 a func F() any { return struct{ int }{0} }