root/regress/libexec/ld.so/edgecases/test1/libaa_b/aa.c
/*      $OpenBSD: aa.c,v 1.3 2017/08/07 16:33:52 bluhm Exp $    */
/* the point of this library is to not define function ad() */
void
ad_notdefine(void)
{
}
/*
 * libglobal is not defined by this library
 * int libglobal;
 */