[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Parser / namespace-alias-attr.cpp
blob0baba8493d0fda59188defd75c7c41521d4df0a6
1 // RUN: %clang_cc1 -verify %s
3 namespace A
7 namespace B __attribute__ (( static )) = A; // expected-error{{attributes cannot be specified on namespace alias}}