thintdir2a.pp 214 B

1234567891011
  1. { %FAIL }
  2. { %NORUN }
  3. program thintdir2a;
  4. // don't allow to use hint modifier twice
  5. {$mode delphi}
  6. const
  7. Test = 1 deprecated 'Do not use this const' deprecated 'Use that const';
  8. begin
  9. end.