view tests/mini/bug12.d @ 360:9c9544fd769d trunk

[svn r381] Allow concatenating with static arrays.
author ChristianK
date Mon, 14 Jul 2008 17:26:58 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module bug12;

void main()
{
    const char[] name="y";
}