]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-initorder.c
aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
[thirdparty/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 }