view tests/mini/arrays17.d @ 590:1ecb43102d12

Allow VarDecl inside AttributeDecl inside DeclExp. Fixes run/e/extern_10_D
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Sep 2008 13:11:32 +0200
parents 23538d0f0d5b
children
line wrap: on
line source

module mini.arrays17;

void main()
{
    const char[2][2] id = [1: "ab"];
}