view tests/mini/strings2.d @ 727:eea28bfa8416

Change default to not using inreg.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 14:11:14 +0100
parents 4f004553de33
children
line wrap: on
line source

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