update to 2.17
[platform/upstream/glibc.git] / csu / tst-empty.c
1 /* The most useful C program known to man.  */
2 static int
3 do_test (void)
4 {
5   return 0;
6 }
7
8 #define TEST_FUNCTION do_test ()
9 #include "../test-skeleton.c"