/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue6789.dir/b.go
12 строк
221 B
Ian Lance Taylor
test: add some test cases that were miscompiled by gccgo
10 дек 2013, 22:47
10 дек 2013, 22:47
9bea6f3
Код
Авторство
О чём код?
// Copyright 2013 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 main import "./a" type s a.Struct func main() { }