bug0219.pp 260 B

12345678910111213
  1. { Should give '(' expected in line 6 }
  2. const
  3. replaces=4;
  4. replacetab : array[1..replaces,1..2] of string[32]=(
  5. ':',' or colon',
  6. 'mem8','mem or bits8',
  7. 'mem16','mem or bits16',
  8. 'mem32','mem or bits32'
  9. )
  10. begin
  11. end.