================
@@ -29102,6 +29102,65 @@ TEST_F(FormatTest, BreakBeforeClassName) {
" ArenaSafeUniquePtr {};");
}
+TEST_F(FormatTest, FunctionDeclarationWithKeywords) {
----------------
zeule wrote:
Done, thanks.
https://github.com/llvm/llvm-project/pull/131605