fork download
  1. int& myInt = 3;
  2.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:14: error: invalid initialization of non-const reference of type ‘int&’ from an rvalue of type ‘int’
stdout
Standard output is empty