Details | Compare with Previous | View Log
extern inline const char *
foo(int a)
{
return "abcdefgh"+a;
}