blob: e8188cd25db1445ea9043d8db740571b07a56a61 [file]
int first(void);
int main(void) {
return first() - 1001;
}