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