view tests/mini/bug12.d @ 771:bfabbac8e705

Fixed 64bit problem with aaValues runtime calls (assumed 32bits)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 16 Nov 2008 20:42:45 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module bug12;

void main()
{
    const char[] name="y";
}