mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:28:08 +02:00
10 lines
94 B
ObjectPascal
10 lines
94 B
ObjectPascal
{ %norun }
|
|
program ChainBugTest;
|
|
|
|
var
|
|
v: Variant;
|
|
|
|
begin
|
|
v.GetOtherVariant.SomeProc;
|
|
end.
|