1 // { dg-additional-options {-fmodules-ts -fdump-lang-module } }
2 export module hello;
3 // { dg-module-cmi hello }
4 
5 import "pr99389_a.H";
6 
Check(const string_view & n)7 export inline bool Check (const string_view& n)
8 {
9   return !n.empty ();
10 }
11 
12 // { dg-final { scan-lang-dump {Pending specialization '::basic_string_view<char>' entity:. section:. keyed to '::basic_string_view'} module } }
13