1extern int eight (void);
2
3int
4main (void)
5{
6  return eight () - 8;
7}
8