mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +02:00
* Added const x : pansichar = 'xxx';
This commit is contained in:
parent
93126e80d1
commit
fd568a8162
@ -6,6 +6,9 @@ var
|
|||||||
a : ansistring;
|
a : ansistring;
|
||||||
w : widestring;
|
w : widestring;
|
||||||
err : boolean;
|
err : boolean;
|
||||||
|
|
||||||
|
const somestr : pwidechar = 'blaat';
|
||||||
|
|
||||||
begin
|
begin
|
||||||
p:=@c1;
|
p:=@c1;
|
||||||
i:=0;
|
i:=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user