Browse Source

* Added const x : pansichar = 'xxx';

marco 24 years ago
parent
commit
fd568a8162
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/tbs/tb0349.pp

+ 3 - 0
tests/tbs/tb0349.pp

@@ -6,6 +6,9 @@ var
    a : ansistring;
    w : widestring;
    err : boolean;
+  
+const somestr : pwidechar = 'blaat';
+
 begin
    p:=@c1;
    i:=0;