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