tw8264a.pp 147 B

123456789101112131415
  1. { %fail }
  2. { %opt=-Sew -vw }
  3. {$mode delphi}
  4. function calclength1: integer;
  5. var
  6. a: array of byte;
  7. begin
  8. result := length(a);
  9. end;
  10. begin
  11. end.