This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
no message
florian
24 years ago
parent
5f9d5d3993
commit
6d71c9dcdc
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
tests/tbs/tb0353.pp
+ 3
- 0
tests/tbs/tb0353.pp
View File
@@ -2,6 +2,9 @@
const
const
c1 = widechar(0);
c1 = widechar(0);
c2 = widechar(#0);
c2 = widechar(#0);
+ c3 = #123;
+ c4 = #1234;
+
begin
begin
end.
end.