// ffofoof struct Foo { const int a; }; void foo(Foo f) { Foo a; a = f; }