mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Test modules for DF_1_NODELETE test.
This commit is contained in:
7
elf/nodel2mod2.c
Normal file
7
elf/nodel2mod2.c
Normal file
@@ -0,0 +1,7 @@
|
||||
void
|
||||
__attribute__((constructor))
|
||||
xxx (void)
|
||||
{
|
||||
extern void baz (void);
|
||||
baz ();
|
||||
}
|
Reference in New Issue
Block a user