]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-nodelete-zmod.cc
Update automatically-generated copyright dates
[thirdparty/glibc.git] / elf / tst-nodelete-zmod.cc
CommitLineData
02d5e5d9
PK
1extern int not_exist (void);
2
3int foo (void)
4{
5 return not_exist ();
6}