view complex/arguments/arguments_03_A.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +0200
parents 86b78b5ac267
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;
}