Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Parser / missing-closing-rbrace.m
blobc1eabb84d6487d717db3828f10a04966b428225b
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 @interface A {@end // expected-error {{'@end' appears where closing brace '}' is expected}}