fork download
  1. int main()
  2.  
  3. {
  4. int x, y;
  5. int &z[2] = {x,y};
  6. }
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:5:10: error: declaration of ‘z’ as array of references
stdout
Standard output is empty