brintos

brintos / llvm-project-archived public Read only

0
0
Text · 89 B · a69382a Raw
8 lines · c
1class Bar {2public:3  template<typename T>4  void f() {5    static const T y = 0;6  }7};8