Browse Source

* test compiles correctly

peter 21 years ago
parent
commit
1f5ebd946f
1 changed files with 0 additions and 14 deletions
  1. 0 14
      tests/webtbf/tw2946.pp

+ 0 - 14
tests/webtbf/tw2946.pp

@@ -1,14 +0,0 @@
-{ %fail }
-
-{ Source provided for Free Pascal Bug Report 2946 }
-{ Submitted by "Marco (Gory Bugs Department)" on  2004-02-06 }
-{ e-mail:  }
-
-{$ifdef fpc}{$mode Delphi}{$endif}
-var p:array of pchar;
-    t: ^pchar;
-begin
-  { This generates code that will crash, so a compile
-    time error is the correct solution }
-  p:=pointer(t);
-end.