llvm-for-llvmta/tools/clang/test/Index/Inputs/keep-going-template-instant...

4 lines
91 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
template<typename T, T v> struct c {};
using d = c<bool, false>;
struct foo : public d {};