view nocompile/bug_cgcod_1445_A.d @ 362:d049cc89b187

bug_cgcod_1445 Brian Gardner <briangr@friberg.us> 2005-03-23 news:d1sald$2u6e$1@digitaldaemon.com
author thomask
date Fri, 25 Mar 2005 07:09:48 +0000
parents
children
line wrap: on
line source

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

// @author@	Brian Gardner <briangr@friberg.us>
// @date@	2005-03-23
// @uri@	news:d1sald$2u6e$1@digitaldaemon.com

// __DSTRESS_ELINE__ 13

module dstress.nocompile.bug_cgcod_1445_A;

typedef u *u();

u s(){
	static int x = 0;
	return s;
}

int main(){
	s();
	return 0;
}