// Can't assign to type int func() { const int x = 2; x = 0; }