mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:48:30 +02:00
16 lines
120 B
ObjectPascal
16 lines
120 B
ObjectPascal
{ %fail }
|
|
|
|
{$mode objfpc}
|
|
|
|
type
|
|
tcl=class
|
|
procedure m1;popstack;
|
|
end;
|
|
|
|
procedure tcl.m1;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|