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