xref: /llvm-project/clang/test/Index/Inputs/keep-going-template-instantiations.h (revision 878271b2945e89b868fb8daefea3dfaffce32710)
1 template<typename T, T v> struct c {};
2 using d = c<bool, false>;
3 struct foo : public d {};
4