xref: /llvm-project/clang/test/SemaCXX/attr-common.cpp (revision 3db89662c36e4b301f0c779dd32c7baabadfa0d3)
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 
3 __attribute__((common)) int x; // expected-error {{'common' attribute is not supported in C++}}
4