This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
freepascal.compiler
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* variant problem where a normal operation is handled as variants
peter
23 anni fa
parent
5215700ea0
commit
758d221083
1 ha cambiato i file
con
10 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
10
0
tests/tbf/tb0142.pp
+ 10
- 0
tests/tbf/tb0142.pp
Vedi File
@@ -0,0 +1,10 @@
+{ %fail }
+
+function f(b:byte):byte;
+begin
+ f:=chr(b)-chr(24);
+end;
+
+begin
+end.
+