view tests/mini/bug37.d @ 588:870652a9af23

Constant fold structliteral.member again.
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Sep 2008 12:39:06 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module bug37;

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