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