summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw16203.pp
blob: 90eeced43d12e7020ceeefeb2da925abfa3237bc (plain)
1
2
3
4
5
6
7
8
9
10
{ %OPT=-vh -Seh -CO  -Cr- }
{ %fail }

var
  B : Byte;
  s: shortint;
begin
  b:=255;
  s:=b;
end.