root/test/libpthread/hello_b.c
/****************************************************************************
 *
 * Back end C programs can be anything compilable.
 *
 * $FreeBSD: src/lib/libc_r/test/hello_b.c,v 1.1.2.1 2000/07/17 22:18:32 jasone Exp $
 *
 ****************************************************************************/

int
main()
{
        return 0;
}