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