[debug] Use poison instead of undef to set a killed dbg.assign address [NFC] (#119760)
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolB.h
blobe1e86edaf84bff7067d306fb67cb286b1c06b1b6
10 @interface B
11 - (int)method1;
12 - (int)method2:(float)param;
13 @end