fork download
  1.  
  2. function f() : Integer;
  3. begin
  4. f :=1;
  5. f := f + 1;
  6. Inc(f)
  7. end;
  8.  
  9. begin
  10.  
  11. end.
Success #stdin #stdout 0s 276KB
stdin
Standard input is empty
stdout
Standard output is empty