view tests/mini/arrays17.d @ 744:ef5f75ae6895

Fix minitest breakage from the x86-64 patch.
author Christian Kamm <kamm incasoftware de>
date Sat, 01 Nov 2008 14:41:57 +0100
parents 23538d0f0d5b
children
line wrap: on
line source

module mini.arrays17;

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