[docs] Add LICENSE.txt to the root of the mono-repo
[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++}}