foo.c 62 B

123456
  1. int retval (void);
  2. int test (void) {
  3. return retval ();
  4. }