assert_throws("Variable already defined", []() { auto y = 10; auto y = 20; })