mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
14 lines
257 B
C
14 lines
257 B
C
|
/****************************************************************************
|
||
|
*
|
||
|
* Back end C programs can be anything compilable.
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
int
|
||
|
main()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|