#include iostream; int main() { std::cout<<"Hdfhfdhdhg"<<std::endl; return EXIT_SUCCESS; }
1 2 10 42 11
gnatgcc -c -pipe -O2 prog.adb
prog.adb:1:01: illegal character
prog.adb:4:01: illegal character, replaced by "("
prog.adb:7:01: illegal character, replaced by ")"
gnatmake: "prog.adb" compilation error
Standard output is empty