dfmt/tests/issue0029.d.ref

5 lines
78 B
Plaintext

unittest
{
char** buf = cast(char**) mem.xmalloc(dim * (char*).sizeof);
}