]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libkse/test/hello_b.c
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 }