11 lines · cpp
1// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -lines=2:2 \2// RUN: | FileCheck -strict-whitespace %s3 4void f() {5// CHECK: void f() {6int i;7// CHECK: {{^ int\ i;}}8 int j;9// CHECK: {{^ int\ j;}}10}11 1// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -lines=2:2 \2// RUN: | FileCheck -strict-whitespace %s3 4void f() {5// CHECK: void f() {6int i;7// CHECK: {{^ int\ i;}}8 int j;9// CHECK: {{^ int\ j;}}10}11