1 2 3 4 5 6 7 8 9 10
//go:build !(avr || tinygo.wasm) package runtime import "unsafe" const hasReturnAddr = true //export llvm.returnaddress func returnAddress(level uint32) unsafe.Pointer