Browse Source

no message

florian 22 years ago
parent
commit
e77d88c06e
1 changed files with 17 additions and 0 deletions
  1. 17 0
      tests/webtbf/tw2154.pp

+ 17 - 0
tests/webtbf/tw2154.pp

@@ -0,0 +1,17 @@
+{ %fail }
+{ Source provided for Free Pascal Bug Report 2154 }
+{ Submitted by "Sergey Kosarevsky" on  2002-10-01 }
+{ e-mail: [email protected] }
+Var glCombinerOutputNV:Procedure(pname,
+                                 pname,
+                                 pname,
+                                 pname,
+                                 pname,
+                                 pname,
+                                 pname:Longint;
+                                 pbool,
+                                 pbool,
+                                 pbool:Boolean);
+
+Begin
+End.