view run/bug_cgcs_353_B.d @ 1597:8b9d4d2f925a

Fix typos in complex tests. See D bug 614.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 16:53:58 +0200
parents ec5e144583ea
children
line wrap: on
line source

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

// @author@	zwang <nehzgnaw@gmail.com>
// @date@	2005-01-29
// @uri@	news:ctf9mg$1ieg$1@digitaldaemon.com
// @uri@	nntp://news.digitalmars.com/digitalmars.D/15319

module dstress.run.bug_cgcs_353_B;

int main(string[] args){
	delete args[0..0];
	return 0;
}