const struct {
   int n1;
   mutable int n2;
} x = {1, 2}, y = {0, 0};
