view addon/debug_info_09_Z.d @ 1330:f3f715978184

Georg Wrede <georg@iki.fi> 2007-01-07 mail:45A120F5.1050108@iki.fi
author thomask
date Sat, 13 Jan 2007 10:33:49 +0000
parents 37840ccb0091
children
line wrap: on
line source

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

// @author@	<me@teqdruid.com>
// @date@	2006-06-18
// @uri@	news:bug-146-3@http.d.puremagic.com/bugzilla/

module /*dstress.*/addon.debug_info_09_Z;

template T(){
	void foo(){
		*(cast(char*)0) = 'a';
	}
}