glibc/misc/tst-empty.c

9 lines
123 B
C

/* The most useful C program known to man. */
static int
do_test (void)
{
return 0;
}
#include <support/test-driver.c>