view test/bug11.d @ 154:5cb946f323d2 trunk

[svn r160] Added cleaned version of dmd's linux exception runtime
author ChristianK
date Tue, 25 Mar 2008 18:25:24 +0100
parents 8b0e809563df
children
line wrap: on
line source

module bug11;

struct S
{
    int[4] arr;
}

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

void main()
{
}