mcst-linux-kernel/glibc-2.35/elf/reldep8mod2.c

8 lines
85 B
C
Raw Normal View History

2024-07-09 13:51:45 +03:00
void
__attribute__((constructor))
xxx (void)
{
extern void baz (void);
baz ();
}