inline-2.hs   [plain text]


extern inline const char *
foo(int a)
{
  return "abcdefgh"+a;
}