view nocompile/b/bug_template_610_E.d @ 1006:9e1a036ad1c0

Assertion failure: '0' on line 610 in file 'template.c' <lio@lunesu.com> 2006-05-17 news:bug-142-3@http.d.puremagic.com/bugzilla/
author thomask
date Fri, 19 May 2006 16:39:28 +0000
parents
children 81222734adf3
line wrap: on
line source

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

// @author@	<lio@lunesu.com>
// @date@	2006-05-17
// @uri@	news:bug-142-3@http.d.puremagic.com/bugzilla/

// __DSTRESS_ELINE__ 14

module dstress.nocompile.b.bug_template_610_E;

template A(alias T) {
	void A(T){
	}
}

int i;

void main(){
	A(i);
}