// PR c++/118846 // { dg-additional-options "-fmodules" } // { dg-module-cmi M } export module M; template struct integral_constant { static constexpr int value = N; }; template