/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue36085.go
11 строк
339 B
Cherry Zhang
test: add a test for gccgo compiler bug of missing type descriptor
11 дек 2019, 22:48
11 дек 2019, 22:48
6f2b834
Код
Авторство
О чём код?
// compiledir // 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. // Issue 36085: gccgo compiler did not generate type descriptor // for pointer to type alias defined in another package, causing // linking error. package ignored