// RUN: %clang_cc1 -fsyntax-only -verify %s
@interfaceB{int i;}@endstructZ{@defs(B);// expected-error{{@defs is not supported in Objective-C++}}
};structY{// expected-note{{to match this '{'}}
structX{}// expected-error{{expected ';' after struct}}
@interface A // expected-error{{unexpected '@' in member specification}}
}// expected-error{{expected '}'}} expected-error{{expected ';' after struct}}