mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 07:09:38 +01:00
no message
This commit is contained in:
parent
1124bd2690
commit
621b93dee1
16
tests/tbs/tb0462.pp
Normal file
16
tests/tbs/tb0462.pp
Normal file
@ -0,0 +1,16 @@
|
||||
{ %version=1.1 }
|
||||
type
|
||||
RR = record
|
||||
RA : WideString;
|
||||
end;
|
||||
|
||||
const
|
||||
Z : RR = (RA: 'B');
|
||||
|
||||
begin
|
||||
if z.ra<>'B' then
|
||||
begin
|
||||
writeln('error');
|
||||
halt(1);
|
||||
end;
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user