[clang-format] Fix a bug in aligning comments above PPDirective (#72791)
[llvm-project.git] / clang / test / Parser / objc-missing-impl.m
blob791b9f800909b574f146da36cc9f2cf5fb28c9cc
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 @end // expected-error {{'@end' must appear in an Objective-C context}}