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