view tests/mini/strings2.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 4f004553de33
children
line wrap: on
line source

void main()
{
    char[] s = "";
    assert(s);
}