int main(){ int x = 5; int& const i = x;}
Standard input is empty
prog.cpp: In function 'int main()': prog.cpp:4:13: error: 'const' qualifiers cannot be applied to 'int&'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!