Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjCXX / base-type-as-written.mm
blob05962e3f288c3621a068dc77522a591e94658af8
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // Make sure we don't crash in TreeTransform<Derived>::TransformObjCObjectType.
4 @protocol P1
5 @end
7 template <class T1><P1> foo1(T1) { // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
8   foo1(0);