extern int static10(void); extern int static11(void); int main(void) { return static10() + static11(); }