1*6881a400Schristos typedef short ret_t; 2*6881a400Schristos int a (void); 3*6881a400Schristos int b (void); 4*6881a400Schristos int c (void); 5*6881a400Schristos int blah (void) { a(); b(); c(); } 6