[clang-format] Fix a bug in aligning comments above PPDirective (#72791)
[llvm-project.git] / clang / test / ARCMT / allowlisted / header1.h.result
blobc7cf109a27e92c1a797a50c07d619b9186c878ce
2 @interface I1 : NSObject
3 @property (nonatomic) int prop;
4 +(instancetype)i1;
5 @end
7 typedef long NSInteger;