template struct A { typedef T Result; }; void someFunc() { /* clang-format off */ A> object; /* clang-format on */ (void)object; }