tb0229.pp 74 B

123456789
  1. { %FAIL }
  2. program tb0229;
  3. var
  4. f: Single;
  5. begin
  6. f := 2.e+10foo;
  7. end.