aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/test/hello_b.c
blob: b944921e0fbc905bec0c3581ae7f14b1e7d02d4b (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/libc_r/test/hello_b.c,v 1.1.38.1.2.1 2009/10/25 01:10:29 kensmith Exp $
 *
 ****************************************************************************/

int
main()
{
	return 0;
}