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

1
2
3
4
5
6
7
8
9
extern void circlemod2_undefined (void);
extern int circlemod3 (void);

int
circlemod2 (void)
{
  circlemod2_undefined ();
  return circlemod3 ();
}