Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Rewriter / protocol-rewrite-2.m
bloba49168b95ca800d36f56a4a2035d8b049537c9ef
1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o %t.cpp
2 // RUN: %clang_cc1 -fsyntax-only %t.cpp
4 @protocol Foo;
5 @protocol Foo
6 @end