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

struct Type {};

import Foo;

bool foo (Type const &t)
{
  return equal (t, t);
}