fork(1) download
  1. {$X-}
  2. program ideone;
  3. var x: Integer;
  4. begin
  5. x = 5;
  6. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Free Pascal Compiler version 3.0.4+dfsg-22 [2019/01/24] for x86_64
Copyright (c) 1993-2017 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling prog.pas
prog.pas(5,7) Error: Illegal expression
prog.pas(5,2) Warning: Variable "x" does not seem to be initialized
prog.pas(6,4) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
stdout
Standard output is empty