]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/nodel2mod2.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / nodel2mod2.c
CommitLineData
26a676d0
UD
1void
2__attribute__((constructor))
3xxx (void)
4{
5 extern void baz (void);
6 baz ();
7}