brintos

brintos / llvm-project-archived public Read only

0
0
Text · 105 B · 3c3584d Raw
10 lines · c
1#ifndef VAR_H2#define VAR_H3struct var_outer {4  template <typename = int>5  static int var;6};7#endif8 9 10