// { dg-additional-options "-fmodules-ts" } export module foo; // { dg-module-cmi foo } template struct integral_constant; template struct __is_nt_convertible_helper; template class __is_nt_convertible_helper<_From, _To, false> { template static void __test_aux(_To1) noexcept; template static integral_constant (_From1 ()))> __test(int); };