view nocompile/argument_02.d @ 756:9a121126b077

major "Torture" review
author thomask
date Sat, 03 Dec 2005 22:19:07 +0000
parents 1f6cf5ccfbc9
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;
}