blob: 0baba8493d0fda59188defd75c7c41521d4df0a6 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -verify %s
Douglas Gregor6b6bba42009-06-17 19:49:00 +00002
3namespace A
4{
5}
6
David Majnemer22fe7712015-01-03 19:41:00 +00007namespace B __attribute__ (( static )) = A; // expected-error{{attributes cannot be specified on namespace alias}}
Douglas Gregor6b6bba42009-06-17 19:49:00 +00008