1Invalid Code
2
3const int FOO = 0;
4
5void main () {
6	FOO = 1;
7}
8