Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
clang
/
test
/
Parser
/
namespace-alias-attr.cpp
blob: 0baba8493d0fda59188defd75c7c41521d4df0a6 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -verify %s
namespace
A
{
}
namespace
B __attribute__
((
static
))
=
A
;
// expected-error{{attributes cannot be specified on namespace alias}}