]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-order-main.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / tst-order-main.c
1 #include <stdio.h>
2 #include <unistd.h>
3 #include <stdlib.h>
4
5 static int
6 do_test (void)
7 {
8 printf( "main\n" );
9 exit(EXIT_SUCCESS);
10 }
11
12 #include <support/test-driver.c>