xref: /openbsd-src/regress/libexec/ld.so/edgecases/test1/libaa_b/aa.c (revision 59f68d03d92a6031d60f0b75167717036a90a34d)
1 /*	$OpenBSD: aa.c,v 1.3 2017/08/07 16:33:52 bluhm Exp $	*/
2 /* the point of this library is to not define function ad() */
3 void
ad_notdefine(void)4 ad_notdefine(void)
5 {
6 }
7 /*
8  * libglobal is not defined by this library
9  * int libglobal;
10  */
11