view tests/mini/strings2.d @ 730:09b88beffd2d

Enable arg reversal on x86 by default. Make change to TypeInfo_Struct.compare to accomodate for it.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 21:16:21 +0100
parents 4f004553de33
children
line wrap: on
line source

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