]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libkse/test/hello_b.c
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / lib / libkse / 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 }