Browse Source

no message

florian 24 years ago
parent
commit
cb496876d8
1 changed files with 11 additions and 0 deletions
  1. 11 0
      tests/tbs/tb0381.pp

+ 11 - 0
tests/tbs/tb0381.pp

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