xxxxxxxxxx
extern(C) void main()
{
import core.stdc.stdlib : alloca;
enum length = 20;
auto msg = (cast(char*)alloca(length))[0 .. length];
}