view test/bug11.d @ 249:fa9fef362a98 trunk

[svn r266] dstress results for [265] and small fix for cleanup in runtests script
author ChristianK
date Tue, 10 Jun 2008 21:44:04 +0200
parents 8b0e809563df
children
line wrap: on
line source

module bug11;

struct S
{
    int[4] arr;
}

S s=S([1,2,3,4]);

void main()
{
}