```D
void main()
{
    char[32] id = 0;
    id = "hello";
}

```

this works fine, and that is what i expect for the example above..

Reply via email to