/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue33013.dir/a.go
9 строк
222 B
Than McIntosh
test: new testcase for gccgo compiler bug
10 июл 2019, 21:26
10 июл 2019, 21:26
9d56dd8
Код
Авторство
О чём код?
// Copyright 2019 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 type G interface { UsesEmpty(p interface{}) int }