blob: f3c6fb885ca9302c9daf13eeb3c3bafce4079da3 [file]
int retval (void);
int test (void) {
return retval ();
}