(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99389_b.C
// { dg-additional-options {-fmodules-ts -fdump-lang-module } }
export module hello;
// { dg-module-cmi hello }

import "pr99389_a.H";

export inline bool Check (const string_view& n)
{
  return !n.empty ();
}

// { dg-final { scan-lang-dump {Pending specialization '::basic_string_view<char>' entity:. section:. keyed to '::basic_string_view'} module } }