mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
parent
cbd817b5e8
commit
34941fde71
@ -76,7 +76,7 @@ begin
|
||||
TVarData(v).VType:=SampleVariant.VarType;
|
||||
v.AnyField := 100;
|
||||
if v.AnyField=100 then
|
||||
writeln('ok') else
|
||||
writeln('ERROR: v.AnyField=',v.AnyField);
|
||||
readln;
|
||||
Halt(0)
|
||||
else
|
||||
halt(1);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user