[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)
[llvm-project.git] / clang / test / Index / Inputs / keep-going-template-instantiations.h
blob042918b1f8e6d1deaec74d787ed71cf07ced211f
1 template<typename T, T v> struct c {};
2 using d = c<bool, false>;
3 struct foo : public d {};