Document use of CC and CFLAGS in more detail (bug 20980, bug 21234).
[glibc.git] / elf / tst-order-main.c
blob2a90130db6fbb0dfc88599340a23a3e34dbe8adc
1 #include <stdio.h>
2 #include <unistd.h>
3 #include <stdlib.h>
5 static int
6 do_test (void)
8 printf( "main\n" );
9 exit(EXIT_SUCCESS);
12 #include <support/test-driver.c>