view tests/mini/arrays17.d @ 1492:ef76f6e1693c

Add some passes that `opt` runs to the default pass list.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 11 Jun 2009 16:57:45 +0200
parents 23538d0f0d5b
children
line wrap: on
line source

module mini.arrays17;

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