mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 12:09:18 +02:00
no message
This commit is contained in:
parent
40ca771131
commit
5f9d5d3993
7
tests/tbs/tb0353.pp
Normal file
7
tests/tbs/tb0353.pp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ $VERSION=1.1}
|
||||||
|
const
|
||||||
|
c1 = widechar(0);
|
||||||
|
c2 = widechar(#0);
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
7
tests/tbs/tb0354.pp
Normal file
7
tests/tbs/tb0354.pp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ $VERSION=1.1}
|
||||||
|
{$mode delphi}
|
||||||
|
type
|
||||||
|
a = function ( ) : boolean;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user