]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/reldep8mod1.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / reldep8mod1.c
CommitLineData
cfaf5e56
UD
1#include <stdlib.h>
2void
3foo (void)
4{
5 exit (0);
6}
7
8void
9__attribute__((destructor))
10bar (void)
11{
cfaf5e56 12 foo ();
cfaf5e56
UD
13}
14void
15baz (void)
16{
17}