xref: /openbsd-src/regress/usr.bin/libtool/d.c (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1 /* $OpenBSD: d.c,v 1.1 2012/07/09 21:37:33 espie Exp $ */
2 /* crazy shit won't compile without the right defines */
3 extern void f
4 #if defined A
5 (
6 #endif
7 #if defined B
8 );
9 #endif
10