llvm/clang-tools-extra/test/clang-apply-replacements/Inputs/format/no.cpp

class C {};

void f() { // This comment necessary to prevent formatting as void f() { ... }
  C *a = new C();
  // CHECK: {{^\ \ auto\ a\ \=\ new\ C\(\);}}
}