xxxxxxxxxx
struct Foo
{
char[] name() return
return foo[1..$];
}
char[] foo;
char[] test()
Foo f;
return f.name;