view complex/arguments/arguments_03_A.d @ 909:86b78b5ac267

Kevin Bealer <Kevin_member@pathlink.com> 2006-03-13 news:dv37ip$1v97$1@digitaldaemon.com
author thomask
date Tue, 14 Mar 2006 20:35:45 +0000
parents
children
line wrap: on
line source

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

// @author@	Kevin Bealer <Kevin_member@pathlink.com>
// @date@	2006-03-13
// @uri@	news:dv37ip$1v97$1@digitaldaemon.com

module /*dstress.*/complex.arguments.arguments_03_A;

import /*dstress.*/complex.arguments.arguments_03_X;

int main(){
	if(7 != dummy(3, 1)){
		assert(0);
	}

	if(4 != dummy(1)){
		assert(0);
	}
	
	return 0;
}