4.4BSD/usr/src/sys/tests/benchmarks/nulljob.c

Compare this file to the similar file:
Show the results in this format:

/*
 * Benchmark "null job" program.
 */

main(argc, argv)
	char *argv[];
{

	exit(0);
}