/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue19548.go
9 строк
281 B
Philip Hofer
cmd/compile/internal/gc: mark generated wrappers as DUPOK
15 мар 2017, 03:27
15 мар 2017, 03:27
710f4d3
Код
Авторство
О чём код?
// rundir // Copyright 2017 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 interface wrappers can be compiled successfully // in multiple translation units. package ignore