================
@@ -22858,6 +22858,31 @@ TEST_F(FormatTest, FormatsLambdas) {
" //\n"
" });");
+ verifyFormat("int main() {\n"
----------------
HazardyKnusperkeks wrote:
Cache the style and re use it.
https://github.com/llvm/llvm-project/pull/94560