Browse Source

* popstack missing in implementatio

peter 22 years ago
parent
commit
35dc8b860e
1 changed files with 16 additions and 0 deletions
  1. 16 0
      tests/tbf/tb0153.pp

+ 16 - 0
tests/tbf/tb0153.pp

@@ -0,0 +1,16 @@
+{ %fail }
+
+{$mode objfpc}
+
+type
+  tcl=class
+    procedure m1;popstack;
+  end;
+  
+procedure tcl.m1;
+begin
+end;
+
+begin
+end.
+