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