view nocompile/argument_02.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 9a121126b077
children
line wrap: on
line source

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

// multiple arguments with same name

// __DSTRESS_ELINE__ 11

module dstress.nocompile.argument_02;

int test(int t, char t){
	return 0;
}