(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
interface4.h
       1  #pragma interface
       2  namespace N {
       3          typedef int A;
       4  }
       5  inline void g ( ) {
       6          static N :: A a = 0;
       7          a = a;
       8  }