This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
freepascal.compiler
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
* variant problem where a normal operation is handled as variants
peter
il y a 23 ans
Parent
5215700ea0
commit
758d221083
1 fichiers modifiés
avec
10 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
10
0
tests/tbf/tb0142.pp
+ 10
- 0
tests/tbf/tb0142.pp
Voir le fichier
@@ -0,0 +1,10 @@
+{ %fail }
+
+function f(b:byte):byte;
+begin
+ f:=chr(b)-chr(24);
+end;
+
+begin
+end.
+