mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
* array of char+integer is allowed in delphi
This commit is contained in:
parent
6419b82935
commit
399ee48ea7
9
tests/tbs/tb0439.pp
Normal file
9
tests/tbs/tb0439.pp
Normal file
@ -0,0 +1,9 @@
|
||||
{$mode delphi}
|
||||
|
||||
var
|
||||
a : array[0..32] of char;
|
||||
p : pchar;
|
||||
i : integer;
|
||||
begin
|
||||
p:=a+i;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user