]> git.ipfire.org Git - thirdparty/glibc.git/blame - csu/tst-empty.c
Fix trailing space.
[thirdparty/glibc.git] / csu / tst-empty.c
CommitLineData
78c9da10 1/* The most useful C program known to man. */
29955b5d
AS
2static int
3do_test (void)
78c9da10
RM
4{
5 return 0;
6}
29955b5d
AS
7
8#define TEST_FUNCTION do_test ()
9#include "../test-skeleton.c"