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