no message

This commit is contained in:
florian 2001-05-08 20:40:56 +00:00
parent 40ca771131
commit 5f9d5d3993
2 changed files with 14 additions and 0 deletions

7
tests/tbs/tb0353.pp Normal file
View File

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

7
tests/tbs/tb0354.pp Normal file
View File

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