// Can't assign to type struct Foo { int x; }; int func(const int f) { f -= 2; }