1#ifndef VAR_H2#define VAR_H3struct var_outer {4 template <typename = int>5 static int var;6};7#endif8 9 10