view compile/variadic_argument_03.d @ 1625:4e908dadd51c

modulo operations with complex numbers are allowed
author Moritz Warning <moritzwarning@web.de>
date Thu, 06 Jan 2011 14:59:13 +0100
parents 32834cbba392
children
line wrap: on
line source

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

module dstress.compile.variadic_argument_03;

int test(...){
	return 0;
}