// Can't assign to type "const varying int32" on left-hand side const int x = 0; void foo() { ++x; }