Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
df8fe4c91cf2ba8a2ede933aab0f138b7d2fd673
/
.
/
clang
/
test
/
SemaCXX
/
attr-common.cpp
blob: 58b30133f52f11e6ac898418a1bf9caeace7d074 [
file
] [
log
] [
blame
]
Eli Friedman
6fc7ad1
2013-06-20 22:55:04 +0000
[
diff
] [
blame
]
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
__attribute__
((
common
))
int
x
;
// expected-error {{common attribute is not supported in C++}}