// { dg-additional-options -fmodules-ts } export module bob; // { dg-module-cmi bob } export template struct same { enum { value = 0 }; }; template struct same { enum { value = 1 }; };