#ifndef A_H #define A_H template struct S { static constexpr T value = v; }; template constexpr T S::value; #endif