brintos

brintos / llvm-project-archived public Read only

0
0
Text · 104 B · 4d8de21 Raw
5 lines · c
1#include <vector>2 3template<typename T> struct A { static bool b; };4template<typename T> bool A<T>::b;5