annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1528
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
1 // $HeadURL$
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
2 // $Date$
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
3 // $Author$
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
4
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
5 // @author@ Don Clugston <clugdbug@yahoo.com.au>
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
6 // @date@ 2007-04-24
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1187
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
8 // @desc@ [Issue 1187] Segfault with syntax error in two-level mixin.
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
9
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
10 // __DSTRESS_ELINE__ 15
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
11
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
12 module dstress.nocompile.m.mixin_36_A;
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
13
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
14 void a(){
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
15 mixin(`mixin`);
36d8e64392df [Issue 1187] Segfault with syntax error in two-level mixin.
thomask
parents:
diff changeset
16 }