tb0128.pp 145 B

1234567891011
  1. { %version=1.1 }
  2. { %fail }
  3. {$mode delphi}
  4. {$threading on}
  5. threadvar
  6. { Initializing threadvars is not allowed }
  7. p : longint = 1;
  8. begin
  9. end.