view test/bug37.d @ 74:eb379601d445 trunk

[svn r78] Removed the useless pragmas
author lindquist
date Wed, 31 Oct 2007 04:05:38 +0100
parents 2b5a2eaa88be
children
line wrap: on
line source

module bug37;

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