1#include <stdlib.h>
2void
3foo (void)
4{
5 exit (status: 0);
6}
7
8void
9__attribute__((destructor))
10bar (void)
11{
12 foo ();
13}
14void
15baz (void)
16{
17}
18

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of glibc/elf/reldep8mod1.c