summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/test/hello_b.c
blob: 2eefa7f48bfe5f93c3ba78a51ea530e5d5dff2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/****************************************************************************
 *
 * Back end C programs can be anything compilable.
 *
 * $FreeBSD$
 *
 ****************************************************************************/

int
main()
{
	return 0;
}
OpenPOWER on IntegriCloud