blob: 59f0175693cff26d4f8110b4288d21066badb07b [file]
// { dg-additional-options "-fmodules -Wno-global-module" }
// { dg-module-cmi M }
module;
template <typename _MemFunPtr>
class _Mem_fn_base {
template <typename> friend struct _Bind_check_arity;
};
template <typename> struct _Bind_check_arity {};
export module M;
template struct _Bind_check_arity<int>;
export _Mem_fn_base<int> mem_fn();