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