xref: /openbsd-src/regress/usr.bin/libtool/d.c (revision 5a38ef86d0b61900239c7913d24a05e7b88a58f0)
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