brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 0baba84 Raw
9 lines · cpp
1// RUN: %clang_cc1 -verify %s2 3namespace A4{5}6 7namespace B __attribute__ (( static )) = A; // expected-error{{attributes cannot be specified on namespace alias}}8 9