peter 22 rokov pred
rodič
commit
1a3d62baa3
1 zmenil súbory, kde vykonal 11 pridanie a 0 odobranie
  1. 11 0
      tests/webtbs/tw2771.pp

+ 11 - 0
tests/webtbs/tw2771.pp

@@ -0,0 +1,11 @@
+{ Source provided for Free Pascal Bug Report 2771 }
+{ Submitted by "Michalis Kamburelis" on  2003-11-08 }
+{ e-mail: [email protected] }
+{$macro on}
+
+{$define MAC:=procedure P}
+
+MAC; begin end;
+
+begin
+end.