@@ -0,0 +1,11 @@
+{ %VERSION=1.1 }
+var
+ w : widechar;
+
+begin
+ case w of
+ 'A' : ;
+ 'B' : ;
+ #1234: ;
+ end;
+end.