* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / tst-deep1mod1.c
blobcc922e6ea5f05d4956a96582b571ed8b53eefb38
1 #include <stdio.h>
2 int
3 foo (void)
5 printf ("%s:%s\n", __FILE__, __func__);
6 return 1;
9 int
10 baz (void)
12 printf ("%s:%s\n", __FILE__, __func__);
13 return 20;