1 int first(void);
2 
main(void)3 int main(void) {
4     return first() - 1001;
5 }
6