Browse Source

* nested macro test

peter 23 years ago
parent
commit
a06d35ef82
1 changed files with 12 additions and 0 deletions
  1. 12 0
      tests/tbf/tb0143.pp

+ 12 - 0
tests/tbf/tb0143.pp

@@ -0,0 +1,12 @@
+{ %fail }
+
+{$macro on}
+
+{$define extcall:=extcall}
+
+procedure p;extcall;
+begin
+end;
+
+begin
+end.