ver_test_pr16504_a.c 62 B

12345
  1. const char* foo(void);
  2. const char*
  3. foo(void)
  4. { return "x"; }