assert_throws("Invalid function reassignment", []() { auto x = 5; x = `-`; } );