18 lines
268 B
Go
18 lines
268 B
Go
// Code generated by 'yaegi extract unsafe'. DO NOT EDIT.
|
|
|
|
// +build go1.16
|
|
|
|
package unsafe
|
|
|
|
import (
|
|
"reflect"
|
|
"unsafe"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["unsafe"] = map[string]reflect.Value{
|
|
// type definitions
|
|
"Pointer": reflect.ValueOf((*unsafe.Pointer)(nil)),
|
|
}
|
|
}
|