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