* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / unload4mod1.c
blob38c5b0168dd58087e4ae2fbe950998af0ec2c24c
1 #include <stdio.h>
3 extern int bar (int);
5 int
6 foo (int x)
8 puts ("in foo");
9 return bar (x / 2) + 2;