/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug376.go
10 строк
287 B
Matthew Dempsky
cmd/compile: handle unsafe builtins like universal builtins
19 окт 2016, 01:34
19 окт 2016, 01:34
3f2cb49
Код
Авторство
О чём код?
// errorcheck // Copyright 2011 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 1951 package foo import "unsafe" var v = unsafe.Sizeof // ERROR "not in function call|must be called"