]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libkse/test/hello_b.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 }