~ubuntu-branches/ubuntu/trusty/eglibc/trusty-proposed

1
2
3
4
5
6
7
extern int circlemod2 (void);

int
circlemod1 (void)
{
  return circlemod2 ();
}