mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 21:09:08 +02:00
* popstack missing in implementatio
This commit is contained in:
parent
bff0d3dd3e
commit
35dc8b860e
16
tests/tbf/tb0153.pp
Normal file
16
tests/tbf/tb0153.pp
Normal file
@ -0,0 +1,16 @@
|
||||
{ %fail }
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
type
|
||||
tcl=class
|
||||
procedure m1;popstack;
|
||||
end;
|
||||
|
||||
procedure tcl.m1;
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user