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

module foo;

void m ()
{
  foo ('a');
  foo (0);
}