(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
gmf-1_a.C
// { dg-additional-options "-fmodules-ts -Wno-pedantic" }

module;
       
# 6 "std" 1
template<typename T>
class basic_string_view
{
public:
  basic_string_view(const char* __str) noexcept;
};

# 14 "" 2
export module hello;
// { dg-module-cmi hello }
export void greeter (basic_string_view<char> const &name)
{

}