[TableGen] Remove recursive walk of linked list from ContractNodes. NFC
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / format / no.cpp
blob5bc90811dfb6e7572138fa422d096c1757027910
1 class C {};
3 void f() { // This comment necessary to prevent formatting as void f() { ... }
4 C *a = new C();
5 // CHECK: {{^\ \ auto\ a\ \=\ new\ C\(\);}}