The following program:

module main;
int main(string[] argv)
{
    char[20] a = "abc";
    return 0;
}

fails on Windows with:

First-chance exception at 0x7c812afb in ConsoleApp1.exe: 0xE0440001: 0xe0440001.

What is wrong?

Reply via email to