tb0226.pp 71 B

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