1 2 3 4 5 6 7
extern int static20(void); extern int static21(void); int main(void) { return static20() + static21(); }