blob: c1f2f6318c1c9a91e2ccd8876ca22644735a8acd [file] [log] [blame]
typedef short ret_t;
int a (void);
int b (void);
int c (void);
int blah (void) { a(); b(); c(); return 0; }