1 extern void circlemod2_undefined (void);
2 extern int circlemod3 (void);
3 
4 int
circlemod2(void)5 circlemod2 (void)
6 {
7   circlemod2_undefined ();
8   return circlemod3 ();
9 }
10