view compile/v/version_39_A.d @ 1189:16ecea326f8e

[Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter Thomas Kuehne <thomas-dloop@kuehne.cn> 2006-10-09 news:bug-418-3@http.d.puremagic.com/issues/
author thomask
date Thu, 12 Oct 2006 15:01:43 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@	2006-10-09
// @uri@	news:bug-418-3@http.d.puremagic.com/issues/
// @desc@	[Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter

// __DSTRESS_DFLAGS__ -version=ö本

module dstress.compile.v.version_39_A;

version(ö本){
	// OK
}else{
	static assert(0);
}