This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
fpc
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
no message
florian
il y a 24 ans
Parent
5f9d5d3993
commit
6d71c9dcdc
1 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
3
0
tests/tbs/tb0353.pp
+ 3
- 0
tests/tbs/tb0353.pp
Voir le fichier
@@ -2,6 +2,9 @@
const
c1 = widechar(0);
c2 = widechar(#0);
+ c3 = #123;
+ c4 = #1234;
+
begin
end.