1 2 3 4 5 6 7 | const int foo() { return 3; } int main() { foo() = 4; } |
Y29uc3QgaW50IGZvbygpIHsKICAgcmV0dXJuIDM7Cn0KCmludCBtYWluKCkgewogICBmb28oKSA9IDQ7Cn0=
prog.cpp: In function ‘int main()’: prog.cpp:6: error: lvalue required as left operand of assignment
-
result: Compilation error (maybe you wish to see an example for C++ 4.7.2)


