root/regress/libexec/ld.so/randomdata/libaa/aa.c
/*      $OpenBSD: aa.c,v 1.3 2017/08/01 13:05:55 deraadt Exp $  */
#include <sys/types.h>

int64_t aavalue __attribute__((section(".openbsd.randomdata")));

int64_t
getaavalue()
{
        return (aavalue);
}