view run/unicode_07.d @ 324:64e9ef1efd41

fixed = -> == Walter <walter@digitalmars.com> 2005-03-18 mail:000f01c52b7f$e3a4da80$0200a8c0@colossus
author thomask
date Fri, 18 Mar 2005 06:45:07 +0000
parents d2728b26695a
children 52c9e86b6486
line wrap: on
line source

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

// @author@	Anders F Björklund <afb@algonet.se>
// @date@	2005-01-25
// @uri@	news:ct428n$2qoe$1@digitaldaemon.com
// @url@	nntp://news.digitalmars.com/D.gnu/983

module dstress.run.unicode_07;

typedef int geräusch;

int main(){
	geräusch würfel=10;
	geräusch bücher=1;
	
	assert(bücher*10==würfel);
	
	return 0;
}