ref: a583f0d9499d005adb393e71a5f27274bfc7ed9d dir: /posix-amd64/getcallerpc.c/
#include "u.h" #include "libc.h" uintptr getcallerpc(void *a) { return ((uintptr*)a)[-1]; }