freebsd_amp_hwpstate/lib/libc_r/test/hello_b.c

14 lines
257 B
C

/****************************************************************************
*
* Back end C programs can be anything compilable.
*
* $FreeBSD$
*
****************************************************************************/
int
main()
{
return 0;
}