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