glibc/csu/tst-empty.c
Roland McGrath 78c9da10d2 2003-04-11 Roland McGrath <roland@redhat.com>
* csu/tst-empty.c: New file.
	* csu/Makefile (tests, tests-static): Add it.
2003-04-12 00:16:59 +00:00

7 lines
79 B
C

/* The most useful C program known to man. */
int
main (void)
{
return 0;
}