view nocompile/b/bug_expression_1135_A.d @ 970:3a6109fe74c5

<clugdbug@yahoo.com.au> 2006-04-19 news:bug-110-3@http.d.puremagic.com/bugzilla/
author thomask
date Thu, 20 Apr 2006 06:04:53 +0000
parents
children 81222734adf3
line wrap: on
line source

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

// @author@	<clugdbug@yahoo.com.au>
// @date@	2006-04-19
// @rui@	news:bug-110-3@http.d.puremagic.com/bugzilla/

// __DSTRESS_ELINE__ 16

module dstress.nocompile.b.bug_expression_1135_A;

void * frog (void *);

void main () {
	toad = frog(0);
}