summaryrefslogtreecommitdiff
path: root/kythe/cxx/indexer/cxx/testdata/template/template_class_inst_explicit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kythe/cxx/indexer/cxx/testdata/template/template_class_inst_explicit.cc')
-rw-r--r--kythe/cxx/indexer/cxx/testdata/template/template_class_inst_explicit.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/kythe/cxx/indexer/cxx/testdata/template/template_class_inst_explicit.cc b/kythe/cxx/indexer/cxx/testdata/template/template_class_inst_explicit.cc
index 08fe441a3..7658d8133 100644
--- a/kythe/cxx/indexer/cxx/testdata/template/template_class_inst_explicit.cc
+++ b/kythe/cxx/indexer/cxx/testdata/template/template_class_inst_explicit.cc
@@ -4,6 +4,8 @@ using ExternalDef = int;
template <typename T> struct C {
using X = ExternalDef;
};
+//- @C defines/binding ExplicitC
+//- @C ref ExplicitC
template struct C<int>;
//- ExplicitC.node/kind record
//- XAnchor childof/context ExplicitC