view tests/mini/strings2.d @ 764:8e7d4ddab66d

Forgot D2 versioning on typeinfo change.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 07:23:34 +0100
parents 4f004553de33
children
line wrap: on
line source

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