view tests/mini/strings2.d @ 927:97688ff7cf93

Added X86-64 versioning
author wilsonk@ubuntu
date Tue, 03 Feb 2009 12:34:12 -0700
parents 4f004553de33
children
line wrap: on
line source

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