diff nocompile/argument_02.d @ 197:32834cbba392

extended function argument tests
author thomask
date Tue, 14 Dec 2004 09:37:59 +0000
parents
children 1f6cf5ccfbc9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/argument_02.d	Tue Dec 14 09:37:59 2004 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// multiple arguments with same name
+
+module dstress.nocompile.argument_02;
+
+int test(int t, char t){
+	return 0;
+}