(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
builtin-has-attribute.C
// PR c++/90915
// { dg-do compile { target c++11 } }

template<typename T>
void foo ()
{
  static_assert(!__builtin_has_attribute(T::a, aligned), ""); // { dg-message "sorry, unimplemented: .__builtin_has_attribute. with dependent argument not supported yet" }
}