mcst-linux-kernel/glibc-2.35/misc/tst-empty.c

9 lines
123 B
C
Raw Normal View History

2024-07-09 13:51:45 +03:00
/* The most useful C program known to man. */
static int
do_test (void)
{
return 0;
}
#include <support/test-driver.c>