#ifndef B1_H #define B1_H template struct S { static constexpr T value = v; }; template constexpr T S::value; #include "a.h" #endif