int foo();

int main(int argc, char **argv) {
    return foo();
}
