brintos

brintos / llvm-project-archived public Read only

0
0
Text · 85 B · 38822fb Raw
3 lines · c
1template<typename T> struct A { static bool b; };2template<typename T> bool A<T>::b;3