fork download
  1. procedure Test is
  2. I : Integer;
  3. begin
  4. I := 5 * -7;
  5. end Program;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
gcc -c -pipe -O2 test.adb
test.adb:4:12: parentheses required for unary minus
test.adb:5:01: "end Test;" expected
gnatmake: "test.adb" compilation error
stdout
Standard output is empty