view test/bug26.d @ 207:e0b6040585b4 trunk

[svn r223] Fixed: assert with message could be broken. Fixed: array length exp could fail on slice.
author lindquist
date Tue, 13 May 2008 21:40:39 +0200
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}