blob: 966fd4bc4df987d383828b94068d54b16f810887 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
template<typename _Tp, _Tp __v>
struct integral_constant
{
};
typedef integral_constant<bool, true> true_type;
void __throw_with_nested_impl (true_type);