view tests/mini/bug36.d @ 813:2eaefe4a550b

Forgot to add AnonDeclaration::toObjFile for D2
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 14:54:06 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module bug36;

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

}