github.com/HaHadaxigua/yaegi@v1.0.1/stdlib/unsafe/go1_17_unsafe.go (about)

     1  // Code generated by 'yaegi extract unsafe'. DO NOT EDIT.
     2  
     3  //go:build go1.17
     4  // +build go1.17
     5  
     6  package unsafe
     7  
     8  import (
     9  	"reflect"
    10  	"unsafe"
    11  )
    12  
    13  func init() {
    14  	Symbols["unsafe/unsafe"] = map[string]reflect.Value{
    15  		// type definitions
    16  		"Pointer": reflect.ValueOf((*unsafe.Pointer)(nil)),
    17  	}
    18  }