// { dg-additional-options -fmodules-ts } export module bill; // { dg-module-cmi bill } // Make sure no deferred parse exception spec detritus remains template class bob { void frob () noexcept(T::frob ()); template void frobber (int) noexcept (T::frob ()); }; class bill { template void frobbest (int) noexcept (U::frob ()); };