tb0001.pp 156 B

12345678910
  1. { %FAIL }
  2. { Old file: tbf0010.pp }
  3. { tests string constants exceeding lines OK 0.9.2 }
  4. program hello;
  5. begin
  6. writeln('Hello);
  7. end.