view complex/template_60/b.d @ 1492:1327a7ff1be6

[Issue 902] Duplicate zero-initialized template member variables Frits van Bommel <fvbommel@wxs.nl> 2007-01-29 http://d.puremagic.com/issues/show_bug.cgi?id=902
author thomask
date Mon, 23 Apr 2007 17:52:27 +0000
parents
children
line wrap: on
line source

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

// @author@	Frits van Bommel <fvbommel@wxs.nl>
// @date@	2007-01-29
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=902
// @desc@	[Issue 902] Duplicate zero-initialized template member variables

import a;

void main(){
	auto b = Foo!(void);
}