mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Fix ordering of DSO constructors and destructors.
This commit is contained in:
7
elf/tst-initorder.c
Normal file
7
elf/tst-initorder.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
main( int argc, char *argv[] )
|
||||
{
|
||||
printf( "main\n" );
|
||||
}
|
Reference in New Issue
Block a user