Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).
[glibc.git] / elf / nodel2mod1.c
blobacddc4cf8b29106c197db27cc61337e9bf8b05ca
1 #include <stdlib.h>
2 void
3 foo (void)
5 exit (0);
8 void
9 __attribute__((destructor))
10 bar (void)
12 static int i;
13 foo ();
14 ++i;
16 void
17 baz (void)