]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libc_r/test/hello_b.c
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / lib / libc_r / test / hello_b.c
1 /****************************************************************************
2  *
3  * Back end C programs can be anything compilable.
4  *
5  * $FreeBSD$
6  *
7  ****************************************************************************/
8
9 int
10 main()
11 {
12         return 0;
13 }