* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / reldep8mod2.c
blobd0020240a8419c626435371df094493c9dc6cf12
1 void
2 __attribute__((constructor))
3 xxx (void)
5 extern void baz (void);
6 baz ();