diff run/unicode_07.d @ 250:d2728b26695a

unicode identifiers Anders F Bj?rklund <afb@algonet.se> 2005-01-25 news:ct428n$2qoe$1@digitaldaemon.com nntp://news.digitalmars.com/D.gnu/983
author thomask
date Tue, 25 Jan 2005 20:04:05 +0000
parents
children 64e9ef1efd41
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/unicode_07.d	Tue Jan 25 20:04:05 2005 +0000
@@ -0,0 +1,21 @@
+// $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;
+}