Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / error / error.h
blobfcdb408a4534ffd1fc3cd9f1fb65c1cafd2e817a
1 #pragma mark mark
3 @import undefined;
5 @interface Error
6 - (int)method;
7 - (undefined)method2;
8 undefined;
9 @end
11 undefined