/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue34520.go
12 строк
211 B
Alberto Donizetti
test: add testcase for Issue 34520
04 окт 2019, 18:04
04 окт 2019, 18:04
c1e46af
Код
Авторство
О чём код?
// compile // 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 p func f() { for true { } }