changeset 255:51e4d92ab66e

ultra short bug_cgcs_353 test zwang <nehzgnaw@gmail.com> 2005-01-29 news:ctf9mg$1ieg$1@digitaldaemon.com nntp://news.digitalmars.com/digitalmars.D/15319
author thomask
date Sat, 29 Jan 2005 09:27:17 +0000
parents a39162afcc94
children ee9d62b2a74f
files nocompile/bug_cgcs_353_B.d
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/bug_cgcs_353_B.d	Sat Jan 29 09:27:17 2005 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	zwang <nehzgnaw@gmail.com>
+// @date@	2005-01-29
+// @uri@	news:ctf9mg$1ieg$1@digitaldaemon.com
+// @url@	nntp://news.digitalmars.com/digitalmars.D/15319
+
+module dstress.nocompile.bug_cgcs_353_B;
+
+int main(char[][]args){
+	delete args[0..0];
+	return 0;
+}
\ No newline at end of file