[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / clang / test / Modules / Inputs / objcAtKeywordMissingEnd.h
blob1196b87eef8e41edf6c91fc69e0e59fcabbd3e79
1 @interface MissingEnd // expected-note {{class started here}}
3 @ // expected-error {{expected an Objective-C directive after '@'}} expected-error {{missing '@end'}}