No subject


Tue Dec 19 20:45:11 PST 2006


-----
void foo()
{
    int[2][] pos;
    pos ~= [1, 2];
}

int main(char[][] a)
{
    foo();
    return 0;
}
-----

Kevin


More information about the Digitalmars-d-bugs mailing list