changeset 841:a7b34996d313

Thomas Kuehne <thomas-dloop@kuehne.cn> 2006-02-17 news:86jgc3-gc7.ln1@birke.kuehne.cn
author thomask
date Fri, 17 Feb 2006 10:12:00 +0000
parents aeafc2068e3a
children eaed9c03e1d6
files nocompile/c/catch_06.d
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/catch_06.d	Fri Feb 17 10:12:00 2006 +0000
@@ -0,0 +1,19 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2006-02-17
+// @uri@	news:86jgc3-gc7.ln1@birke.kuehne.cn
+
+// Porting: C#
+
+// __DSTRESS_ELINE__ 17
+
+module dstress.nocompile.c.catch_06;
+
+void main(){
+	try{
+	}catch(Object){
+	}
+}