This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
freepascal.compiler
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
* test only with longint to byte typecast
pierre
%!s(int64=23) %!d(string=hai) anos
pai
03f1fef7aa
achega
dbb291bc0b
Modificáronse 1 ficheiros
con
10 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
10
0
tests/tbf/tb0107a.pp
+ 10
- 0
tests/tbf/tb0107a.pp
Ver ficheiro
@@ -0,0 +1,10 @@
+{ %FAIL }
+
+var
+ i : longint;
+ j : word;
+
+begin
+ j:=5;
+ byte(i):=j;
+end.