Sign in
llvm
/
llvm-project
/
clang
/
7cdfa800a29a7d02615688c5cdca11ec57e8eca2
/
.
/
test
/
SemaCXX
/
attr-common.cpp
blob: fb98639d1b2ce317630f3780540a446f365c8d28 [
file
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
__attribute__
((
common
))
int
x
;
// expected-error {{'common' attribute is not supported in C++}}