1 int retval (void);
2 
test(void)3 int test (void) {
4     return retval ();
5 }
6