fork download
  1. int dostuff(){ return 1; }
  2.  
  3. int main()
  4. {
  5. dostuff() = 2;
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:5: error: lvalue required as left operand of assignment
stdout
Standard output is empty