[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / SemaCXX / attr-common.cpp
blobfb98639d1b2ce317630f3780540a446f365c8d28
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 __attribute__((common)) int x; // expected-error {{'common' attribute is not supported in C++}}