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
* new test
peter
il y a 24 ans
Parent
9929a33475
commit
9d1f81129f
1 fichiers modifiés
avec
9 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
9
0
tests/tbs/tb0352.pp
+ 9
- 0
tests/tbs/tb0352.pp
Voir le fichier
@@ -0,0 +1,9 @@
+procedure p(var w:word);
+begin
+end;
+
+var
+ i : smallint;
+begin
+ p(word(i));
+end.