github.com/traefik/yaegi@v0.15.1/stdlib/unsafe/go1_19_unsafe.go (about)

     1  // Code generated by 'yaegi extract unsafe'. DO NOT EDIT.
     2  
     3  //go:build go1.19 && !go1.20
     4  // +build go1.19,!go1.20
     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  }