comparison nocompile/m/mixin_36_A.d @ 1528:36d8e64392df

[Issue 1187] Segfault with syntax error in two-level mixin. Don Clugston <clugdbug@yahoo.com.au> 2007-04-24 http://d.puremagic.com/issues/show_bug.cgi?id=1187
author thomask
date Fri, 27 Apr 2007 17:31:50 +0000
parents
children
comparison
equal deleted inserted replaced
1527:72baa306cb03 1528:36d8e64392df
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Don Clugston <clugdbug@yahoo.com.au>
6 // @date@ 2007-04-24
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1187
8 // @desc@ [Issue 1187] Segfault with syntax error in two-level mixin.
9
10 // __DSTRESS_ELINE__ 15
11
12 module dstress.nocompile.m.mixin_36_A;
13
14 void a(){
15 mixin(`mixin`);
16 }