blob: 7d1d775c1ab4fc6c84be9eb4c77e86d27f174e14 [file]
int func();
int func2();
int main(int argc, char **argv) {
return func() + func2();
}