mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
* test for already resolved issue #38874
This commit is contained in:
parent
2b66f60a88
commit
ac53225817
12
tests/webtbf/tw38874.pp
Normal file
12
tests/webtbf/tw38874.pp
Normal file
@ -0,0 +1,12 @@
|
||||
{ %fail }
|
||||
program ConstString;
|
||||
|
||||
procedure Test;
|
||||
const TestString='abc';'def';
|
||||
begin
|
||||
writeln(TestString);
|
||||
end;
|
||||
|
||||
begin
|
||||
Test;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user