]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/reldep8mod2.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / elf / reldep8mod2.c
CommitLineData
cfaf5e56
UD
1void
2__attribute__((constructor))
3xxx (void)
4{
5 extern void baz (void);
6 baz ();
7}