view test/bug37.d @ 126:a2c2c3c1a73d trunk

[svn r130] fixed #28
author lindquist
date Wed, 28 Nov 2007 05:04:38 +0100
parents 2b5a2eaa88be
children
line wrap: on
line source

module bug37;

void main()
{
    char[] a = "hello";
    assert(a !is null);
}