language: C++ 4.7.2 (gcc-4.7.2)
date: 508 days 7 hours ago
link:
visibility: private
1
2
3
4
5
6
7
const int foo() {
   return 3;
}
 
int main() {
   foo() = 4;
}
prog.cpp: In function ‘int main()’:
prog.cpp:6: error: lvalue required as left operand of assignment