dfmt/tests/otbs/issue0029.d.ref

4 lines
78 B
Plaintext

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