Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / complete-pch.h
blobddf5253c134d45b01fb9c1a09454937f4c03b4f5
1 @interface A
2 - (int)instanceMethod1:(int)x;
3 + (int)classMethod1:(double)d;
4 @end
6 @interface B
7 - (int)instanceMethod2:(int)x;
8 + (int)classMethod2:(float)f;
9 @end