(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pmf-1.h
       1  
       2  struct X 
       3  {
       4    int mfn ();
       5  };
       6  
       7  inline void bob (X &)
       8  {
       9    int (X::*pmf) () = &X::mfn;
      10  }