view compile/variadic_argument_03.d @ 197:32834cbba392

extended function argument tests
author thomask
date Tue, 14 Dec 2004 09:37:59 +0000
parents
children
line wrap: on
line source

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

module dstress.compile.variadic_argument_03;

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