view tests/mini/bug12.d @ 760:6f33b427bfd1

Seems like hg ignores .di files, so I missed a bunch of stuff. complete druntime should be there now :)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 00:19:18 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module bug12;

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