comparison nocompile/m/mixin_31_A.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
comparison
equal deleted inserted replaced
1497:1eca48f95dab 1498:a2706f308596
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Matti Niemenmaa <deewiant@gmail.com>
6 // @date@ 2007-04-17
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1159
8 // @desc@ [Issue 1159] Various mixins cause "CompileExp::semantic" message, some crash DMD
9
10 // __DSTRESS_ELINE__ 15
11
12 module dstress.nocompile.m.mixin_31_A;
13
14 void foo(){
15 mixin(2);
16 }