blob: 77826379fc79fce5e7573a7a96de5c17b8e1c33b [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module Foo;
// { dg-module-cmi Foo }
import "pr99377_a.H";
export inline bool Check (const Widget<int>& w)
{
return w.Second ();
}