brintos

brintos / llvm-project-archived public Read only

0
0
Text · 91 B · 042918b Raw
4 lines · c
1template<typename T, T v> struct c {};2using d = c<bool, false>;3struct foo : public d {};4