no.cpp 158 Bytes Raw Blame History Permalink 1 2 3 4 5 6 class C {}; void f() { // This comment necessary to prevent formatting as void f() { ... } C *a = new C(); // CHECK: {{^\ \ auto\ a\ \=\ new\ C\(\);}} }