glibc/csu/tst-empty.c

7 lines
79 B
C

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