xref: /dflybsd-src/test/libpthread/hello_b.c (revision d9126105909034b7d4010f933837c7db307c8ebf)
1 /****************************************************************************
2  *
3  * Back end C programs can be anything compilable.
4  *
5  * $FreeBSD: src/lib/libc_r/test/hello_b.c,v 1.1.2.1 2000/07/17 22:18:32 jasone Exp $
6  *
7  ****************************************************************************/
8 
9 int
10 main()
11 {
12 	return 0;
13 }
14