tb0227.pp 73 B

123456789
  1. { %FAIL }
  2. program tb0227;
  3. var
  4. f: Single;
  5. begin
  6. f := 2.e10foo;
  7. end.