summaryrefslogtreecommitdiff
path: root/tests/basic-types/bug771626.test
blob: 64a5da8bf66cac60a60bf6b9dbd45236b0fef1d5 (plain)
1
2
3
4
5
6
7
Invalid Code

const int FOO = 0;

void main () {
	FOO = 1;
}