[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)
[llvm-project.git] / clang / test / Modules / Inputs / MethodPoolBSub.h
blobfbfc0aa1439207f633ee3b1aa950a4c1c30a0160
1 @interface B (Sub)
2 - (char *)method3;
3 - (char*)method4;
4 - (id)method6;
5 @end