1 /* $OpenBSD: strong.c,v 1.2 2002/02/11 19:49:04 fgsch Exp $ */ 2 3 /* 4 * Public domain. 2002, Federico Schwindt <fgsch@openbsd.org>. 5 */ 6 7 #include "defs.h" 8 9 int 10 func() 11 { 12 return (STRONG_REF); 13 } 14