// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
// PR38913
// Check that we instantiate attributes on declarations for...
// ...a member class of a class template specialization
;
A<int>::X* // CHECK-DAG: @_Z1aB4ATAGv
// ...a member class template
;
B<int>::X<int>* // CHECK-DAG: @_Z1bB4BTAGv