fork(2) download
  1. {$R+}
  2. program ideone;
  3. var
  4. bp: array[0..0]of boolean;
  5. begin
  6. bp[1] := true;
  7. end.
Compilation error #stdin compilation error #stdout 0s 336KB
stdin
Standard input is empty
compilation info
Free Pascal Compiler version 3.0.0+dfsg-10 [2016/12/12] for x86_64
Copyright (c) 1993-2015 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling prog.pas
prog.pas(6,6) Error: range check error while evaluating constants (1 must be between 0 and 0)
prog.pas(7,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