Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Parser / objcxx-at.mm
blob37aee4dd6aa994f3728d4b92714afd4eb6fd69f1
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 @interface B {
4   int i;
6 @end
8 struct Z {
9   @defs(B); // expected-error{{@defs is not supported in Objective-C++}}
12 struct Y { // expected-note{{to match this '{'}}
13   struct X { } // expected-error{{expected ';' after struct}}
14     @interface A // expected-error{{unexpected '@' in member specification}}
15 } // expected-error{{expected '}'}} expected-error{{expected ';' after struct}}