/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue16317.go
10 строк
296 B
Martin Möhrmann
cmd/compile: fix binary import of unsafe.Pointer literals
23 авг 2016, 21:03
23 авг 2016, 21:03
9aea69d
Код
Авторство
О чём код?
// compiledir // Copyright 2016 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 16317: cmd/compile: internal compiler error: // unhandled OCONV INT -> TUNSAFEPTR package ignored