procedure Test is I : Integer; begin I := 5 * -7; end Program;
Standard input is empty
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
Standard output is empty