view nocompile/t/typedef_21_B.d @ 1179:180f9d6a19e0

[Issue 289] New: Compiler allows (and crashes on) dynamic arrays of typedefs of "immediate"-function types Bruno Medeiros <brunodomedeiros+bugz@gmail.com> 2006-09-16 news:bug-289-3@http.d.puremagic.com/issues/
author thomask
date Fri, 06 Oct 2006 06:57:10 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	Bruno Medeiros <brunodomedeiros+bugz@gmail.com>
// @date@	2006-09-16
// @uri@	news:bug-289-3@http.d.puremagic.com/issues/
// @desc@	[Issue 289] New: Compiler allows (and crashes on) dynamic arrays of typedefs of "immediate"-function types

// __DSTRESS_ELINE__ 16

module dstress.nocompile.t.typedef_21_B;

typedef int ft(int);

ft[] x;