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