view tests/mini/bug12.d @ 452:30ef3c7bddca

Fixed problems with nested 'this'. Fixes #39 . Fixed problem with debug info order of intrinsic calls (func.start after declare).
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 02 Aug 2008 00:50:39 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module bug12;

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