Browse Source

no message

florian 24 years ago
parent
commit
5f9d5d3993
2 changed files with 14 additions and 0 deletions
  1. 7 0
      tests/tbs/tb0353.pp
  2. 7 0
      tests/tbs/tb0354.pp

+ 7 - 0
tests/tbs/tb0353.pp

@@ -0,0 +1,7 @@
+{ $VERSION=1.1}
+  const
+      c1 = widechar(0);
+      c2 = widechar(#0);
+
+begin
+end.

+ 7 - 0
tests/tbs/tb0354.pp

@@ -0,0 +1,7 @@
+{ $VERSION=1.1}
+{$mode delphi}
+type
+   a = function ( ) : boolean;
+
+begin
+end.