// RUN: %clang_cc1 -pedantic -triple x86_64-apple-macos11 -std=c++20 -fsyntax-only -verify %s
static_assert;
using NS::x; // expected-warning{{ISO C++ does not allow an attribute list to appear here}}
using NS::x; // expected-warning {{'deprecated' currently has no effect on a using declaration}} expected-warning{{ISO C++ does not allow}}
using NS::x ; // expected-warning {{'deprecated' currently has no effect on a using declaration}} expected-warning{{ISO C++ does not allow}}
using NS::x ; // expected-warning {{'deprecated' currently has no effect on a using declaration}}
using NS::x ; // expected-warning {{'availability' currently has no effect on a using declaration}}
using NS::x; // expected-warning {{'availability' currently has no effect on a using declaration}} expected-warning{{ISO C++ does not allow}}
// expected-warning@+1 3 {{ISO C++ does not allow an attribute list to appear here}}
using NS::x , NS::x ;
;
;
;
;
DepBase1<Base> db1;
DepBase2<Base> db2;