mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-14 08:12:07 +01: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.
|