view tests/mini/bug36.d @ 385:c4e7003136ab

Remove -O0 from command line for compiling tests.
author Christian Kamm <kamm incasoftware de>
date Wed, 23 Jul 2008 20:19:58 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module bug36;

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

}