blob: 7d90c63deb929a4e8307fa513455a24c65782620 [file] [log] [blame]
extern inline const char *
foo(int a)
{
return "abcdefgh"+a;
}