]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/dblloadmod3.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / dblloadmod3.c
1 extern int bar (void);
2 extern int baz (void);
3
4 int
5 bar (void)
6 {
7 return 32 + baz ();
8 }