fork(1) download
  1. {$R+}
  2. program ideone;
  3. var x: array[0..9] of byte;
  4. begin
  5. x[10] := 42;
  6. end.
Compilation error #stdin compilation error #stdout 0s 4404KB
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,4) Error: range check error while evaluating constants (10 must be between 0 and 9)
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