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