December 25, 2001
This crashes the compiler:

    struct a
    {
     char[] b = "string";
    }




December 26, 2001
"Pavel Minayev" <evilone@omen.ru> wrote in message news:a0ajsp$2l6p$1@digitaldaemon.com...
> This crashes the compiler:
>     struct a
>     {
>      char[] b = "string";
>     }

You're right. Oops!