1 // RUN: c-index-test -test-load-source-usrs local -std=c++20 -- %s | FileCheck %s
3 // Check USRs of template specializations with structural NTTP values.
5 template <auto> struct Tpl
{};
12 // CHECK: fn1#$@S@Tpl>#Sd[[#HASH:]]#
14 // CHECK-NOT: [[#HASH]]
16 // CHECK: fn1#$@S@Tpl>#Sd[[#HASH]]#
19 // CHECK: #S*I[[#HASH:]]#
20 void fn(Tpl
<(void*)&s
.n
>);
21 // CHECK: #S*v[[#HASH]]#
23 // CHECK: #S*I[[#HASH]]#