root/regress/libexec/ld.so/weak/libstrong/strong.c
/*      $OpenBSD: strong.c,v 1.2 2002/02/11 19:49:04 fgsch Exp $        */

/*
 * Public domain. 2002, Federico Schwindt <fgsch@openbsd.org>.
 */

#include "defs.h"

int
func()
{
        return (STRONG_REF);
}