view nocompile/t/typeof_11_B.d @ 1157:51ea3725bfa8

[Issue 370] New: Compiler stack overflow on recursive typeof in function declaration. Bruno Medeiros <brunodomedeiros+bugz@gmail.com> 2006-09-26 news:bug-370-3@http.d.puremagic.com/issues/
author thomask
date Fri, 29 Sep 2006 08:10:51 +0000
parents
children daef239f37cf
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Bruno Medeiros <brunodomedeiros+bugz@gmail.com>
// @date@	2006-09-26
// @uri@	news:bug-370-3@http.d.puremagic.com/issues/
// @desc@	[Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.

// __DSTRESS_ELINE__  14

module dstress.nocompile.t.typeof_11_B;

void test(typeof(test) p){
}