mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 01:59:28 +02:00
13 lines
145 B
ObjectPascal
13 lines
145 B
ObjectPascal
{ %fail }
|
|
program project1;
|
|
{$mode objfpc}{$H+}
|
|
|
|
uses uw36720a, uw36720b;
|
|
|
|
var
|
|
a: TObject;
|
|
begin
|
|
( a as IInterface2 ).DoSomethingElse;
|
|
end.
|
|
|