Which statement about `auto` deduction with brace initialization is correct?auto a = {1, 2, 3}; auto b{42};