(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
opt/
interface1-a.cc
struct Test {
  void f();
};

Test t;

void g() {
  t.f();
}