* SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.
[glibc.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;