view tests/mini/strings2.d @ 1525:d28cd7c45267

Removed druntime from the repository. Updated .hgignore to ignore druntime.
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 06 Jul 2009 23:57:27 +0100
parents 4f004553de33
children
line wrap: on
line source

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