FreeBSD-5.3/lib/libc_r/test/hello_b.c

/****************************************************************************
 *
 * Back end C programs can be anything compilable.
 *
 * $FreeBSD: src/lib/libc_r/test/hello_b.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
 *
 ****************************************************************************/

int
main()
{
	return 0;
}