view run/w/wchar_12_C.d @ 815:871bfc0d4a41

Thomas Kuehne <thomas-dloop@kuehne.cn> 2006-02-11 news:d9fvb3-i69.ln1@birke.kuehne.cn
author thomask
date Fri, 10 Feb 2006 21:09:29 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@	2006-02-11
// @uri@	news:d9fvb3-i69.ln1@birke.kuehne.cn

module dstress.run.w.wchar_12_C;

int main(){
	const wchar[] x = "\U00010000bcde";

	if(x.sizeof == size_t.sizeof * 2){
		return 0;
	}
}