#ifndef VAR_H #define VAR_H struct var_outer { template static int var; }; #endif