view test/bug36.d @ 257:4234b014a4f2 trunk

[svn r275] improved makewebstatistics
author ChristianK
date Thu, 12 Jun 2008 18:40:47 +0200
parents 2c3cd3596187
children
line wrap: on
line source

module bug36;

void main()
{
    int[] a;
    void* cp = cast(void*)a;

}