Browse Source

* test only with longint to byte typecast

pierre 22 years ago
parent
commit
dbb291bc0b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tests/tbf/tb0107a.pp

+ 10 - 0
tests/tbf/tb0107a.pp

@@ -0,0 +1,10 @@
+{ %FAIL }
+
+var
+  i : longint;
+  j : word;
+
+begin
+  j:=5;
+  byte(i):=j;
+end.