view nocompile/c/catch_06.d @ 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
children b8c0195059d9
line wrap: on
line source

// $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){
	}
}