(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
adl-2_a.C
// { dg-module-do run }
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }

export template <typename T>
int TPL (T const &t)
{
  return frob (t);
}