(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
tpl-friend-8_a.H
// PR c++/100134
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }

namespace std {
  template<class T> struct A {
    friend void f(A) { }
  };
}