Retro68/binutils/gold/testsuite/ver_test_pr16504_a.c
2018-12-28 16:25:28 +01:00

6 lines
62 B
C

const char* foo(void);
const char*
foo(void)
{ return "x"; }