This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pascal
/
freepascal.compiler
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
* variant problem where a normal operation is handled as variants
peter
há 23 anos atrás
pai
5215700ea0
commit
758d221083
1 ficheiros alterados
com
10 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
10
0
tests/tbf/tb0142.pp
+ 10
- 0
tests/tbf/tb0142.pp
Ver Ficheiro
@@ -0,0 +1,10 @@
+{ %fail }
+
+function f(b:byte):byte;
+begin
+ f:=chr(b)-chr(24);
+end;
+
+begin
+end.
+