annotate nocompile/m/mixin_31_B.d @ 1498:a2706f308596

[Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD Matti Niemenmaa <deewiant@gmail.com> 2007-04-17 http://d.puremagic.com/issues/show_bug.cgi?id=1159
author thomask
date Mon, 23 Apr 2007 17:56:46 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1498
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
1 // $HeadURL$
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
2 // $Date$
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
3 // $Author$
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
4
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
5 // @author@ Matti Niemenmaa <deewiant@gmail.com>
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
6 // @date@ 2007-04-17
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1159
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
8 // @desc@ [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
9
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
10 // __DSTRESS_ELINE__ 15
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
11
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
12 module dstress.nocompile.m.mixin_31_B;
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
13
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
14 void foo(){
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
15 cast(void)mixin(2);
a2706f308596 [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
thomask
parents:
diff changeset
16 }