1class C {};
2
3void f() { // This comment necessary to prevent formatting as void f() { ... }
4 C *a = new C();
5 // CHECK: {{^\ \ auto\ a\ \=\ new\ C\(\);}}
6}
7

source code of clang-tools-extra/test/clang-apply-replacements/Inputs/format/no.cpp