index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
tst-nodelete-rtldmod.cc
blob: 740e1d81811a9f59710cb9a4a5432d745883a563 (
plain
)
1
2
3
4
5
6
extern int not_exist (void); int foo (void) { return not_exist (); }