view run/b/bug_cod3_1760_B.d @ 1369:dc2b72773b7f

[Issue 964] Internal error: ../ztc/cod3.c 1760 Thomas K?hne <thomas-dloop@kuehne.cn> 2007-02-15 http://d.puremagic.com/issues/show_bug.cgi?id=964
author thomask
date Mon, 26 Feb 2007 11:34:30 +0000
parents
children
line wrap: on
line source

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

// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
// @date@	2007-02-15
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=964
// @desc@	[Issue 964] Internal error: ../ztc/cod3.c 1760

module dstress.run.b.bug_cod3_1760_B;

void func(){
}

int main(){
	void* v = &func;
	if(*cast(int*)v){
		return 0;
	}
	assert(0);
}