[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Parser / missing-end-3.m
blob4875ecdd625b79aacb40d3f3ab268c4a8e98564b
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // rdar://8283484
3 @interface blah { // expected-note {{class started here}}
4     @private
6 // since I forgot the @end here it should say something
8 @interface blah  // expected-error {{missing '@end'}}
9 @end // and Unknown type name 'end' here