view test/bug12.d @ 332:d7e6ace5cca4 trunk

[svn r353] Fix typo. (fixes empty catch handlers, like catch_02.d)
author ChristianK
date Fri, 11 Jul 2008 22:33:21 +0200
parents d9d5d59873d8
children
line wrap: on
line source

module bug12;

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