Mention IFUNC enhancements to testsuite in NEWS.
[platform/upstream/glibc.git] / elf / tst-initorder.c
1 #include <stdio.h>
2
3 int
4 main( int argc, char *argv[] )
5 {
6   printf( "main\n" );
7 }