1 #ifndef VAR_H
2 #define VAR_H
3 struct var_outer {
4   template <typename = int>
5   static int var;
6 };
7 #endif
8 
9 
10