blob: ba809229a6469f6f975ec85c3f1d543f14511043 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -verify %s
Douglas Gregor6a588dd2009-06-17 19:49:00 +00002
3namespace A
4{
5}
6
7namespace B __attribute__ (( static )) = A; // expected-error{{attributes can not be specified on namespace alias}}
8