(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
hello-1_b.C
// { dg-additional-options -fmodules-ts }

#include <string_view>
import hello;
int main (void)
{
  greeter ("world");
  return 0;
}