112a9d9c8Sopenharmony_citemplate<typename T> 212a9d9c8Sopenharmony_ciclass TemplateWithVar { 312a9d9c8Sopenharmony_ci // We shouldn't generate bindings for this because there are potentially 412a9d9c8Sopenharmony_ci // many instantiations of this variable, but we can't know which ones exist 512a9d9c8Sopenharmony_ci // or don't. 612a9d9c8Sopenharmony_ci static T var = 0; 712a9d9c8Sopenharmony_ci}; 8