blob: 76280228fad8bac7535eb5c2aa8ad52152c74d5f [file] [log] [blame]
const char* foo(void);
const char*
foo(void)
{ return "x"; }