aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/test/hello_b.c
blob: a0458df1810e55c24786e01985f243790ced1e7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/****************************************************************************
 *
 * Back end C programs can be anything compilable.
 *
 * $FreeBSD: src/lib/libpthread/test/hello_b.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
 *
 ****************************************************************************/

int
main()
{
	return 0;
}